Run update.sh
This commit is contained in:
parent
0fb830e368
commit
b3ddf210ad
|
|
@ -16,12 +16,12 @@ WARNING:
|
|||
|
||||
# Supported tags and respective `Dockerfile` links
|
||||
|
||||
- [`8.0`, `8`](https://github.com/oracle/container-images/blob/a5399bf87cefa2ea601e2e0de6e579c92beb805e/8.0/Dockerfile)
|
||||
- [`8-slim`](https://github.com/oracle/container-images/blob/a5399bf87cefa2ea601e2e0de6e579c92beb805e/8-slim/Dockerfile)
|
||||
- [`7.6`, `7`, `latest`](https://github.com/oracle/container-images/blob/a5399bf87cefa2ea601e2e0de6e579c92beb805e/7.6/Dockerfile)
|
||||
- [`7-slim`](https://github.com/oracle/container-images/blob/a5399bf87cefa2ea601e2e0de6e579c92beb805e/7-slim/Dockerfile)
|
||||
- [`6.10`, `6`](https://github.com/oracle/container-images/blob/a5399bf87cefa2ea601e2e0de6e579c92beb805e/6.10/Dockerfile)
|
||||
- [`6-slim`](https://github.com/oracle/container-images/blob/a5399bf87cefa2ea601e2e0de6e579c92beb805e/6-slim/Dockerfile)
|
||||
- [`8.0`, `8`](https://github.com/oracle/container-images/blob/6d08f03f9a8075d3a2a42a1b59e3fea6a513849c/8.0/Dockerfile)
|
||||
- [`8-slim`](https://github.com/oracle/container-images/blob/6d08f03f9a8075d3a2a42a1b59e3fea6a513849c/8-slim/Dockerfile)
|
||||
- [`7.7`, `7`, `latest`](https://github.com/oracle/container-images/blob/6d08f03f9a8075d3a2a42a1b59e3fea6a513849c/7.7/Dockerfile)
|
||||
- [`7-slim`](https://github.com/oracle/container-images/blob/6d08f03f9a8075d3a2a42a1b59e3fea6a513849c/7-slim/Dockerfile)
|
||||
- [`6.10`, `6`](https://github.com/oracle/container-images/blob/6d08f03f9a8075d3a2a42a1b59e3fea6a513849c/6.10/Dockerfile)
|
||||
- [`6-slim`](https://github.com/oracle/container-images/blob/6d08f03f9a8075d3a2a42a1b59e3fea6a513849c/6-slim/Dockerfile)
|
||||
|
||||
# Quick reference
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ Rocket.Chat is a Web Chat Server, developed in JavaScript, using the Meteor full
|
|||
|
||||
It is a great solution for communities and companies wanting to privately host their own chat service or for developers looking forward to build and evolve their own chat platforms.
|
||||
|
||||

|
||||

|
||||
|
||||
# How to use this image
|
||||
|
||||
|
|
@ -85,6 +85,12 @@ If you're using a third party Mongo provider, or working with Kubernetes, you ne
|
|||
$ docker run --name rocketchat -p 80:3000 --env ROOT_URL=http://localhost --env MONGO_URL=mongodb://mymongourl/mydb --env MONGO_OPLOG_URL=mongodb://mymongourl:27017/local -d rocket.chat
|
||||
```
|
||||
|
||||
### Check our docs
|
||||
|
||||
For full documentation on production deployment best practices, please visit https://rocket.chat/docs/installation/docker-containers/
|
||||
|
||||
Need some help? Join our community forums https://forums.rocket.chat
|
||||
|
||||
# License
|
||||
|
||||
View [license information](https://github.com/RocketChat/Rocket.Chat/blob/master/LICENSE) for the software contained in this image.
|
||||
|
|
|
|||
Loading…
Reference in New Issue