Skip to content

Commit

Permalink
chore: switch to rabbitmq:management-alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriidenisenko committed Sep 29, 2024
1 parent 5817920 commit df314eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version : '3.8'
services :
rabbitmq :
container_name : quickstart-amqp-dev-consuming-hello-rabbitmq
image : rabbitmq:3.12-management-alpine
image : rabbitmq:management-alpine
restart : unless-stopped
environment :
- RABBITMQ_DEFAULT_USER=svc_testing
Expand Down

0 comments on commit df314eb

Please sign in to comment.