Skip to content

Commit

Permalink
Upgrade rabbitmq to 3.12 in dockercompose
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Apr 2, 2024
1 parent 9e19c1d commit e902ebe
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 @@ -8,7 +8,7 @@ services:
test: ["CMD", "pg_isready", "-U", "postgres"]
interval: 1s
rabbit:
image: rabbitmq:3.6-management-alpine
image: rabbitmq:3.12-management-alpine
ports:
- '127.0.0.1:5673:5672'
- '127.0.0.1:15673:15672'

0 comments on commit e902ebe

Please sign in to comment.