From f971f4aa83c963299f2c4d454597598c0bcf931c Mon Sep 17 00:00:00 2001 From: Tai Date: Tue, 22 Feb 2022 14:44:24 -0800 Subject: [PATCH] Update README.md --- rocketchat/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rocketchat/README.md b/rocketchat/README.md index 070d550..ed1ebc1 100644 --- a/rocketchat/README.md +++ b/rocketchat/README.md @@ -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