Skip to content

Commit

Permalink
Bump rabbitMQ version to 3.8.34 (#4546)
Browse files Browse the repository at this point in the history
Bump rabbitMQ version to 3.8.34. Issue with Centos 9 on previous version.
  • Loading branch information
gjacobjn authored Sep 5, 2024
1 parent 32833ac commit 306516f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.datastores.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
- internal

rabbitmq:
image: rabbitmq:3.6.16-management
image: rabbitmq:3.8.34-management
profiles: ["rabbitmq"]
restart: on-failure
hostname: $RABBITMQ_HOSTNAME
Expand Down Expand Up @@ -55,4 +55,4 @@ services:
volumes:
- ${PHRASEANET_ELASTICSEARCH_DIR}:/usr/share/elasticsearch/data
networks:
- internal
- internal

0 comments on commit 306516f

Please sign in to comment.