'PASSWORD' does not work properly if i use 'secrets' in docker-compose.yml #3032
Unanswered
NigelBoxing
asked this question in
Q&A
Replies: 3 comments 1 reply
|
We don't currently maintain a docker-compose file. Where are you getting this example? |
1 reply
|
sorry, maybe i misunderstand the use of 'secrets' in docker compose. i will learn it again. |
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
If I use 'secrets' in docker-comstruction.yml instead of FILE__PASSWORD, 'PASSWORD' doesn't seem to work properly?
like this:
Then I find that the password set in 'password.txt' is Incorrect when I login the code-server and the correct password is 'password', so why?
In addition, i has changed the version of docker-compose from '2.1' to '3'.
All reactions