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

pull/22044/head^2
Avi Press 5 years ago committed by GitHub
parent 5b0fb909c0
commit 40af8b0f6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      README.md
  2. 2
      docker-compose.yml

@ -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:

@ -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

Loading…
Cancel
Save