-
Hey, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
If you could start the container with |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I am using docker-compose.
Thanks for the help btw :) |
Beta Was this translation helpful? Give feedback.
-
Oh an just for completeness, here is the docker-compose file i am using.
|
Beta Was this translation helpful? Give feedback.
It's good to see the authentication tool works correctly inside the container. That means that the value from your docker-compose file is getting mangled between your keyboard and the tool.
My best guess still is that your password has some characters in it that need escaping in the yaml. Take a look at your use of single and double quotes in the environment variable section. Unless there are "special" characters you can omit the quotes.
Another thing you can try is passing your credentials using secrets.
See: