You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In my use case for this image I need the container to run with a different path_prefix.
My current solution to this is to:
Start the container
Get a terminal to it
write the following command:
I can see docker-entrypoint.sh already adds lots of management config based on enviroment vars. It should be easy to make it add the path_prefix one as well.
The text was updated successfully, but these errors were encountered:
Sorry for the long delay. We'd rather keep the scripts and config in the image as minimal as possible. See also #202 (comment) and linked issues.
Since the introduction of the 3.7 image, you can supply /etc/rabbitmq/rabbitmq.conf and the entrypoint will only add/sed supplied envs while leaving other lines in the file untouched (#197 (comment)).
Hi,
In my use case for this image I need the container to run with a different path_prefix.
My current solution to this is to:
Start the container
Get a terminal to it
write the following command:
restart the management plugin
I would rather not have to follow this process.
This is the compose file I am using:
(I am working up to adding SSL config to it)
I can see docker-entrypoint.sh already adds lots of management config based on enviroment vars. It should be easy to make it add the path_prefix one as well.
The text was updated successfully, but these errors were encountered: