Update README.md

master
Tai 2 years ago committed by GitHub
parent e577447392
commit 3731a082c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,7 @@ services:
- "traefik.frontend.rule=Host: your.domain.tld"
rocketchat-db:
image: mongo:4.0
image: mongo:latest
container_name: rocketchat-db
restart: unless-stopped
volumes:
@ -78,7 +78,7 @@ services:
# this container's job is just run the command to initialize the replica set.
# it will run the command and remove himself (it will not stay running)
rocketchat-db-init-replica:
image: mongo:4.0
image: mongo:latest
command: >
bash -c
"for i in `seq 1 30`; do

Loading…
Cancel
Save