mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-02-24 05:31:15 +01:00
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:
parent
cb9099fb1e
commit
a60ed91f63
@ -161,7 +161,7 @@ services:
|
|||||||
ipv4_address: 10.7.7.5
|
ipv4_address: 10.7.7.5
|
||||||
|
|
||||||
mongodb:
|
mongodb:
|
||||||
image: mongo:5.0
|
image: mongo:4.4
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./mod/mongo/mongod.conf:/etc/mongod.conf
|
- ./mod/mongo/mongod.conf:/etc/mongod.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user