Docker.Official.Image icon indicating copy to clipboard operation
Docker.Official.Image copied to clipboard

install stable (not latest) for both rocket.chat and hubot using docker-compose

Open aleqx opened this issue 5 years ago • 1 comments

What's the actual image name for the stable version? When looking at https://github.com/RocketChat/Rocket.Chat/blob/develop/docker-compose.yml it has image: rocketchat/rocket.chat:latest and image: rocketchat/hubot-rocketchat:latest

I'd like the stable version for both rather than latest.

p.s. your docs could use some updates and corrections as they are broken or misleading in some places

aleqx avatar Jun 13 '20 00:06 aleqx

If you want stable versions use the docker-compose.yml from this Repository (RocketChat / Docker.Official.Image). The one you linked from the RocketChat / Rocket.Chat repository is for development.

so stable: image: rocket.chat:latest not stable: image: rocketchat/rocket.chat:latest

(at least in my understandig, I find it quite confusing as well)

sandrotanner avatar Jun 15 '20 13:06 sandrotanner