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
See this RabbitMQ repository discussion. It looks like the rabbit_set_config function should make sure it prepends a newline character to every line it generates. Extra newlines won't hurt but missing newlines can produce an incorrect config file and cause a fair amount of confusion.
Of course, it would be best if this image did not mess with the rabbitmq.conf and retired all environment variable-based configuration values possible but we've had this conversation in #440 and #424 :)
The text was updated successfully, but these errors were encountered:
Doh, yep - I bet the reproducer is to have a rabbitmq.conf that's missing a trailing newline and the container try to set an option that doesn't exist, which will append to the file. 😅
See this RabbitMQ repository discussion. It looks like the
rabbit_set_config
function should make sure it prepends a newline character to every line it generates. Extra newlines won't hurt but missing newlines can produce an incorrect config file and cause a fair amount of confusion.Of course, it would be best if this image did not mess with the
rabbitmq.conf
and retired all environment variable-based configuration values possible but we've had this conversation in #440 and #424 :)The text was updated successfully, but these errors were encountered: