Skip to content
Snippets Groups Projects
Unverified Commit 40af8b0f authored by Avi Press's avatar Avi Press Committed by GitHub
Browse files

Chore: Update Docker container references to use registry.rocket.chat endpoint (#22080)

parent 5b0fb909
No related branches found
No related tags found
No related merge requests found
...@@ -162,12 +162,12 @@ Host your docker container at [sloppy.io](http://sloppy.io). Get an account and ...@@ -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/) 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)): 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: OR our [official docker registry image](https://hub.docker.com/_/rocket.chat/), containing recent stable release build approved by Docker:
......
...@@ -2,7 +2,7 @@ version: '2' ...@@ -2,7 +2,7 @@ version: '2'
services: services:
rocketchat: rocketchat:
image: rocketchat/rocket.chat:latest image: registry.rocket.chat/rocketchat/rocket.chat:latest
command: > command: >
bash -c bash -c
"for i in `seq 1 30`; do "for i in `seq 1 30`; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment