Update 'docker-compose.yml'

This commit is contained in:
giles 2020-08-27 14:52:24 +00:00
parent 36455a90d6
commit 1dc1315d31
1 changed files with 2 additions and 2 deletions

View File

@ -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: