We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc72d17 + dc714c3 commit 2679124Copy full SHA for 2679124
2 files changed
docker-compose.override.yml
@@ -105,7 +105,7 @@ services:
105
- "6379:6379"
106
107
rmq:
108
- image: rabbitmq:4.1.4-management-alpine
+ image: rabbitmq:4.2.0-management-alpine
109
restart: "no"
110
ports:
111
- "5672:5672"
docker-compose.yml
@@ -134,7 +134,7 @@ services:
134
retries: 20
135
136
137
- image: rabbitmq:4.1.4-alpine
+ image: rabbitmq:4.2.0-alpine
138
hostname: ${RABBITMQ_CONTAINER_HOST?Variable not set}
139
restart: always
140
environment:
0 commit comments