RocketChat / Docker.Official.Image

Docker hub - community managed image
293 stars 218 forks source link

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

Open aleqx opened 4 years ago

aleqx commented 4 years ago

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

sandrotanner commented 4 years ago

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)