Skip to content

Commit

Permalink
Docker: test against RabbitMQ 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Oct 23, 2024
1 parent a5bff2d commit b066a72
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
@@ -1,7 +1,7 @@
version: "3.8"
services:
rabbitmq:
image: rabbitmq:3-management-alpine
image: rabbitmq:4-management-alpine
container_name: 'rabbitmq'
ports:
- 5672:5672
Expand Down

0 comments on commit b066a72

Please sign in to comment.