diff --git a/README.md b/README.md index a0a49e4f4e9..5dd6f79cc0a 100644 --- a/README.md +++ b/README.md @@ -162,12 +162,12 @@ Host your docker container at [sloppy.io](http://sloppy.io). Get an account and OR Use the automated build image of our [most recent release](https://hub.docker.com/r/rocketchat/rocket.chat/) ``` -docker pull rocketchat/rocket.chat:latest +docker pull registry.rocket.chat/rocketchat/rocket.chat:latest ``` OR select a specific release ([details of releases available](https://github.com/RocketChat/Rocket.Chat/releases)): ``` -docker pull rocketchat/rocket.chat:vX.X.X +docker pull registry.rocket.chat/rocketchat/rocket.chat:vX.X.X ``` OR our [official docker registry image](https://hub.docker.com/_/rocket.chat/), containing recent stable release build approved by Docker: diff --git a/docker-compose.yml b/docker-compose.yml index 45f614cb9e5..037deec0309 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '2' services: rocketchat: - image: rocketchat/rocket.chat:latest + image: registry.rocket.chat/rocketchat/rocket.chat:latest command: > bash -c "for i in `seq 1 30`; do