-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Container startup fails with special characters in passwords #227
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
If you're adding in special characters, you need to escape the whole ENV line with |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Sorry forgot to reply. This was indeed the solution, I was just being dumb - thanks! |
This issue is locked due to inactivity |
Is there an existing issue for this?
Current Behavior
I've tried setting up the container(s) with
and
But with these passwords I encounter these two error message at container startup:
Expected Behavior
I understand the problem occurs because the environment variables are inserted into the config files 1:1. E.g.:
I'd would be nice if there was a system automatically escape illegal characters, but I don't know if its feasible.
Perhaps a check that prohibits the container from starting if these characters are detected is more realistic.
Steps To Reproduce
Environment
No response
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: