Update 'docker-compose.yml'
This commit is contained in:
parent
36455a90d6
commit
1dc1315d31
|
@ -7,7 +7,7 @@ services:
|
|||
replicas: 0 # will scale after mongo initated
|
||||
restart_policy:
|
||||
condition: any
|
||||
image: rocketchat/rocket.chat:3.5.4
|
||||
image: rocketchat/rocket.chat:3.0.7
|
||||
networks:
|
||||
- appnet
|
||||
- externalnet
|
||||
|
@ -28,7 +28,7 @@ services:
|
|||
replicas: 1
|
||||
restart_policy:
|
||||
condition: any
|
||||
image: mongo:4.4
|
||||
image: mongo:4.0
|
||||
networks:
|
||||
- appnet
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue