diff --git a/Notify_rocketchat.md b/Notify_rocketchat.md index 64ad08e..2d6b75d 100644 --- a/Notify_rocketchat.md +++ b/Notify_rocketchat.md @@ -39,18 +39,4 @@ Send a Rocket.Chat notification to the channel *#nuxref*: # Assuming our {password} is awes0m3! # Assuming our {hostname} is rocket.server.local apprise rocket://l2g:awes0m3!@rocket.server.local/#nuxref -``` - -## Setup -Here is how I set up a quick rocket.chat server to test against. This may or may not be useful to other people. -### Docker -Based on [this source](https://hub.docker.com/_/rocket.chat/): -```bash -# Docker (assuming a connection to docker.io) -docker pull rocketchat/rocket.chat -docker pull mongo:3.0 - -docker run --name db -d mongo:3.0 --smallfiles -docker run --name rocketchat --link db -d rocket.chat -# Then visit http://localhost:3000 ``` \ No newline at end of file