-
Notifications
You must be signed in to change notification settings - Fork 429
Please consider reading the RABBITMQ_ERLANG_COOKIE also from files. #279
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Great idea! (#280) |
Thanks for the answer. I always get the Error: In the docker compose doc (https://docs.docker.com/compose/compose-file/#long-syntax-2) I found this sentence: "Secrets cannot be writable because they are mounted in a temporary filesystem, so if you set the writable bit, it is ignored." |
Try also adding @yosifkit looks like this is another good candidate for your |
When I add |
Once #281 gets in the image, you won't have to use |
If we could tell the container something like this “-e ‘RABBITMQ_ERLANG_COOKIE_FILE=/run/secrets/rabbitmq_erlang_cookie’” we could use docker secrets for the erlang cookie.
The text was updated successfully, but these errors were encountered: