Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
40af8b0f
Unverified
Commit
40af8b0f
authored
3 years ago
by
Avi Press
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
with
3 additions
and
3 deletions
README.md
+
2
−
2
View file @
40af8b0f
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
1
View file @
40af8b0f
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment