Skip to content

Commit

Permalink
fix: update rabbitmq to alpine docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sydrawat01 committed Dec 2, 2023
1 parent 30e9383 commit 8e5bacf
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 @@ -24,7 +24,7 @@ services:
- '5601:5601'
rabbitmq3:
container_name: rabbitmq
image: 'rabbitmq:3.8-management'
image: 'rabbitmq:3.8-management-alpine'
environment:
- RABBITMQ_DEFAULT_USER=guest
- RABBITMQ_DEFAULT_PASS=guest
Expand Down

0 comments on commit 8e5bacf

Please sign in to comment.