Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always provide a node name to rabbitmq
When booting, the processes expect that whatever host is in the "node name" is resolvable by DNS. Disabling reverse DNS lookups does not refute this requirement. This change provides an environment variable that RabbitMQ is expecting to find with a value that should be resolvable on all machines: `localhost`.
- Loading branch information