Update README.md

master
Tai 2 years ago committed by GitHub
parent 72cd7b5cd0
commit f971f4aa83
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:5.0
image: mongo:5.0.5
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:5.0
image: mongo:5.0.5
command: >
bash -c
"for i in `seq 1 30`; do
@ -96,7 +96,7 @@ services:
# hubot, the popular chatbot (add the bot user first and change the password before starting this image)
rocketchat-hubot:
image: rocketchat/hubot-rocketchat:latest
container_name: rocketchat-hubot
container_name: rocketchat-hubot
restart: unless-stopped
environment:
- ROCKETCHAT_URL=rocketchat:3000

Loading…
Cancel
Save