summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0a3798aef..ed51ad652 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Local Machine Setup (Docker)
`sudo usermod -aG docker <username>`
`sudo service docker start`
`newgrp docker`
-2. Run `docker run -d --publish 8086:80 mattermost/platform`
+2. Run `docker run --name mattermost-dev -d --publish 8086:80 mattermost/platform:helium
3. When docker is done fetching the image, open http://localhost:8086/ in your browser
### Arch ###
@@ -56,7 +56,7 @@ Local Machine Setup (Docker)
`systemctl start docker.service`
`gpasswd -a <username> docker`
`newgrp docker`
-2. docker run -d --publish 8086:80 mattermost/platform
+2. docker run --name mattermost-dev -d --publish 8086:80 mattermost/platform:helium
3. When docker is done fetching the image, open http://localhost:8086/ in your browser
### Notes ###