mirror of https://github.com/caronc/apprise
Updated Notify_rocketchat (markdown)
parent
0b929a5d6a
commit
a985f738fc
|
@ -47,10 +47,10 @@ Here is how I set up a quick rocket.chat server to test against. This may or ma
|
|||
Based on [this source](https://hub.docker.com/_/rocket.chat/):
|
||||
```bash
|
||||
# Docker (assuming a connection to docker.io)
|
||||
docker pull rocket.chat
|
||||
docker pull rocketchat/rocket.chat
|
||||
docker pull mongo:3.0
|
||||
|
||||
docker run --name db -d mongo:3.0 --smallfiles
|
||||
docker run --name rocketchat -p 80:3000 --env ROOT_URL=http://localhost --link db -d rocket.chat
|
||||
# Then visit http://server.you.ran.these.commands.on
|
||||
docker run --name rocketchat --link db -d rocket.chat
|
||||
# Then visit http://localhost:3000
|
||||
```
|
Loading…
Reference in New Issue