mongodb: switch back from 5 -> 4.4

because 5.x is not supported by meteor yet leading to endless echo test connection modal due to the state observer does not get triggered.
This commit is contained in:
chandi 2021-12-13 17:54:33 +01:00
parent cb9099fb1e
commit a60ed91f63

View File

@ -161,7 +161,7 @@ services:
ipv4_address: 10.7.7.5
mongodb:
image: mongo:5.0
image: mongo:4.4
restart: unless-stopped
volumes:
- ./mod/mongo/mongod.conf:/etc/mongod.conf