Run update.sh

This commit is contained in:
Docker Library Bot 2019-11-18 22:19:11 +00:00
parent 0fb830e368
commit b3ddf210ad
2 changed files with 13 additions and 7 deletions

View File

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

View File

@ -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.
![logo](https://raw.githubusercontent.com/docker-library/docs/03a593f2d33ac163b1b346a60de29aa59f7f78db/rocket.chat/logo.svg?sanitize=true)
![logo](https://raw.githubusercontent.com/docker-library/docs/58b1de3ee0d72e7b157fb70a0232e2dd75c9b516/rocket.chat/logo.svg?sanitize=true)
# 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.