Closed
Description
I just stumbled upon #508 after I tried to figure out how I can provide a username and password to RabbitMQ 3.9 in a GitLab CI pipeline.
So the Readme says that the use of environment variables to configure RabbitMQ is not possible anymore, but then in rabbitmq-server#3299, support for the variables RABBITMQ_DEFAULT_VHOST
, RABBITMQ_DEFAULT_USER
and RABBITMQ_DEFAULT_PASS
was added.
Can you mention this in the Readme on Dockerhub? There are quite a few situations (like GitHub Actions or GitLab CI) where mounting config files is not an option and it would be nice if the Readme helped with that.