use MongoDB 7 in docker-compose files

This commit is contained in:
Axel Uhl
2024-11-11 16:38:35 +01:00
parent 41ff18ffe6
commit e68b434e8f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ services:
REPLICATION_CHANNEL: test
REPLICATION_PORT: 5672
mongo:
image: "mongo:4.4-rc"
image: "mongo:7"
rabbitmq:
image: "rabbitmq:3.13"
+1 -1
View File
@@ -13,7 +13,7 @@ services:
REPLICATION_CHANNEL: test
REPLICATION_PORT: 5672
mongo:
image: "mongo:4.4-rc"
image: "mongo:7"
rabbitmq:
image: "rabbitmq:3.13"