mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Before Zulip 4.9, the Zulip install process left any already-installed
rabbitmq with whatever nodename it had previously configured. Wince
this encodes the name of the host when it was installed, this does not
function well with containers.
Leave rabbitmq-server uninstalled, which lets the Zulip installation
process set the nodename to `localhost`, which ensures that it is
usable across container restarts.
(cherry picked from commit 63d2565467
)