From a985f738fc0a095e6127f37bde469167d12c5e41 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 11 May 2019 16:45:25 -0400 Subject: [PATCH] Updated Notify_rocketchat (markdown) --- Notify_rocketchat.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Notify_rocketchat.md b/Notify_rocketchat.md index 3baae4f..64ad08e 100644 --- a/Notify_rocketchat.md +++ b/Notify_rocketchat.md @@ -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 ``` \ No newline at end of file