summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-06-19 09:23:27 -0400
committerChristopher Speller <crspeller@gmail.com>2015-06-19 09:23:27 -0400
commit4f0563ddea6cfc2ad067f141123d4c6023927c2e (patch)
treef9af3b50dc0a9f11ba9a1828a5c84efd31c8411e
parent60ccc8fcfe35c4c8baa3816ea11a7f90425c4d17 (diff)
downloadchat-4f0563ddea6cfc2ad067f141123d4c6023927c2e.tar.gz
chat-4f0563ddea6cfc2ad067f141123d4c6023927c2e.tar.bz2
chat-4f0563ddea6cfc2ad067f141123d4c6023927c2e.zip
Switching port
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index ed51ad652..7e564fdd6 100644
--- a/README.md
+++ b/README.md
@@ -46,8 +46,8 @@ Local Machine Setup (Docker)
`sudo usermod -aG docker <username>`
`sudo service docker start`
`newgrp docker`
-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
+2. Run `docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform:helium
+3. When docker is done fetching the image, open http://localhost:8065/ in your browser
### Arch ###
1. Install docker using the following commands
@@ -56,8 +56,8 @@ Local Machine Setup (Docker)
`systemctl start docker.service`
`gpasswd -a <username> docker`
`newgrp docker`
-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
+2. docker run --name mattermost-dev -d --publish 8065:80 mattermost/platform:helium
+3. When docker is done fetching the image, open http://localhost:8065/ in your browser
### Notes ###
If your ISP blocks port 25 then you may install locally but email will not be sent.