Skip to content

Commit

Permalink
Change rabbitmq image (#723)
Browse files Browse the repository at this point in the history
Change the rabbitmq image so we don't have to use privileged mode. Fixes issue in production where container aborts
  • Loading branch information
tuxology authored Aug 26, 2023
1 parent 6613e5c commit 92c0351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zubhub_backend/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- web

rabbitmq:
image: rabbitmq:3-management
image: bitnami/rabbitmq:3.11
env_file: .env
deploy:
replicas: 1
Expand Down

0 comments on commit 92c0351

Please sign in to comment.