Downgrade MongoDB image version to 4.4

This commit is contained in:
Mireya Cueto Garrido
2026-04-22 13:06:48 +02:00
committed by GitHub
parent 2e7584c8a6
commit 8ac00e3ffc
+1 -1
View File
@@ -23,7 +23,7 @@ services:
- /app/node_modules
db:
image: mongo:6
image: mongo:4.4
container_name: mongo
restart: always
ports: