Skip to content

Commit 1932af5

Browse files
authored
update docker image to 4.x (#359)
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
1 parent 67c884f commit 1932af5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compose/ha_tls/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
networks:
88
- back
99
hostname: node0
10-
image: rabbitmq:3.13-management
10+
image: rabbitmq:4-management
1111
pull_policy: always
1212
ports:
1313
- "5561:5551"
@@ -24,7 +24,7 @@ services:
2424
networks:
2525
- back
2626
hostname: node1
27-
image: rabbitmq:3.13-management
27+
image: rabbitmq:4-management
2828
pull_policy: always
2929
ports:
3030
- "5571:5551"
@@ -41,7 +41,7 @@ services:
4141
networks:
4242
- back
4343
hostname: node2
44-
image: rabbitmq:3.13-management
44+
image: rabbitmq:4-management
4545
pull_policy: always
4646
ports:
4747
- "5581:5551"

0 commit comments

Comments
 (0)