Skip to content

Commit

Permalink
Merge pull request #138 from rails/fix-rabbitmq-image
Browse files Browse the repository at this point in the history
Change the rabbitmq image
  • Loading branch information
byroot authored Dec 14, 2024
2 parents 41caeb2 + d2b9931 commit 91d4354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ services:
POSTGRES_HOST_AUTH_METHOD: "trust"

rabbitmq:
image: rabbitmq:alpine
image: rabbitmq-4:alpine
healthcheck:
test: rabbitmq-diagnostics -q ping
interval: 30s
Expand Down

0 comments on commit 91d4354

Please sign in to comment.