Skip to content

Commit

Permalink
Merge pull request #1013 from devinit/try/pin-rabbitmq-alpine
Browse files Browse the repository at this point in the history
Try pinning rabbitmq version
  • Loading branch information
akmiller01 authored Dec 5, 2023
2 parents 03060e0 + fb394eb commit 8c1ab8c
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 @@ -64,7 +64,7 @@ services:
- ddw_net

rabbitmq:
image: rabbitmq:latest
image: rabbitmq:3.11-management-alpine
ports:
- 4369:4369
- 5671:5671
Expand Down

0 comments on commit 8c1ab8c

Please sign in to comment.