We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7925c82 commit 6387a4eCopy full SHA for 6387a4e
1 file changed
docker-compose_image_based.yml
@@ -46,8 +46,8 @@ services:
46
target: /rmq_definitions.json
47
restart: on-failure
48
environment:
49
- - RABBITMQ_SERVER_ERL_ARGS='-rabbitmq_management load_definitions "/rmq_definitions.json"'
50
- - RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS='-rabbit peer_discovery_backend none'
+ - RABBITMQ_SERVER_ERL_ARGS=-rabbitmq_management load_definitions "/rmq_definitions.json"
+ - RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS=-rabbit peer_discovery_backend none
51
networks:
52
- operandi
53
healthcheck:
0 commit comments