Replies: 1 comment 1 reply
-
The support for environment variables has changed, see #3299
In your case, you should switch to using a configuration file. Change your Docker configuration to create the
Note that |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used docker secrets as below, but it's doesn't work, used /run/secrets/rabbit_password text password cannot login web
but if I update DEFAULT_PASS_FILE to DEFAULT_PASS: XXXX it works well, I don't know what happened?
compose
Beta Was this translation helpful? Give feedback.
All reactions