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:
Tronje
2023-09-27 16:04:10 +02:00
committed by GitHub
parent 30eb4e11fb
commit c5bb8b6e3c
2 changed files with 0 additions and 4 deletions

View File

@@ -41,8 +41,6 @@ services:
deploy:
restart_policy:
condition: on-failure
environment:
RABBITMQ_DEFAULT_VHOST: "/"
# ---------------------
# hawkBit service