Docker set_disk_free_limit as environment variable #12533
-
Describe the bugI'm trying to solve an issue and I think it is related to the disk free limit that is default set to 50MB. When trying to increase it with 'disk_free_limit.absolute', 'disk_free_limit.relative', 'RABBITMQ_DISK_FREE_ABSOLUTE_LIMIT', or 'RABBITMQ_DISK_FREE_RELATIVE_LIMIT' it doesn't do anything. I've read here (https://stackoverflow.com/questions/57262128/using-rabbitmq-with-docker-in-production) that there might not be a variable when using docker to manage this and that the solution is to change the config file. Is there anyway of using an environment variable to manage this? Reproduction steps1.Make docker compose file with environment variables described above (not all at once as this will cause issues, mentioned by the docs) Expected behaviorWhen setting environment variables ('disk_free_limit.absolute', 'disk_free_limit.relative', 'RABBITMQ_DISK_FREE_ABSOLUTE_LIMIT', or 'RABBITMQ_DISK_FREE_RELATIVE_LIMIT'), I would expect to be able to manage the disk free limit. Additional contextExample code of docker compose: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@JefSeys perhaps ask the maintainers of the image in https://github.com/docker-library/rabbitmq. |
Beta Was this translation helpful? Give feedback.
@JefSeys perhaps ask the maintainers of the image in https://github.com/docker-library/rabbitmq.