Skip to content

Commit

Permalink
build: move mq config dir [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
tyknkd committed May 16, 2024
1 parent d93128e commit 8787955
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ services:
- ${RABBITMQ_PORT}:${RABBITMQ_PORT}
- ${RABBITMQ_METRICS_PORT}:${RABBITMQ_METRICS_PORT}
volumes:
- ./rabbitmq-plugins:/etc/rabbitmq/enabled_plugins
- ./rabbitmq/enabled-plugins:/etc/rabbitmq/enabled_plugins
- ./.docker-data/.rabbit-data/.rabbit-lib:/var/lib/rabbitmq
healthcheck:
test: rabbitmq-diagnostics check_port_connectivity
Expand Down
File renamed without changes.

0 comments on commit 8787955

Please sign in to comment.