Remove default vhost environment variable for RabbitMQ in Docker setup (#1167)
RABBITMQ_DEFAULT_VHOST is deprecated. As the default vhost setting defaults to "/" anyway, it can be safely removed. Fixes #1157. Signed-off-by: Tronje Krabbe <t.krabbe+eclipse@protonmail.com> Co-authored-by: Tronje Krabbe <t.krabbe+eclipse@protonmail.com>
This commit is contained in:
@@ -41,8 +41,6 @@ services:
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
environment:
|
||||
RABBITMQ_DEFAULT_VHOST: "/"
|
||||
|
||||
# ---------------------
|
||||
# hawkBit service
|
||||
|
||||
Reference in New Issue
Block a user