Browse Source

Update README.md

master
Tai 4 years ago committed by GitHub
parent
commit
f971f4aa83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      rocketchat/README.md

4
rocketchat/README.md

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

Loading…
Cancel
Save