-
Notifications
You must be signed in to change notification settings - Fork 57
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
USER input variable ignored #42
Comments
Second this. Also happening to me. |
+1 |
Confirmed:
|
it's the same as issue #31. what I like about this image in opposite to the official image https://hub.docker.com/_/postgres/ is the use of an external volume for the data. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to run the following:
docker run --name="foo" -e PASS="bar" foo
the default PASS is overridden with "bar" instead.
When I run the following:
docker run --name="foo" -e USER="bar" foo
the USER variable is still "super".
This is using ff19c5c53b9a.
Please let me know what other info would be helpful in reproducing!
The text was updated successfully, but these errors were encountered: