summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-06-18 14:59:22 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-06-18 14:59:22 -0400
commitbfdd467a3afb03d31004e5371ccdf8df641ae6ca (patch)
treeb4fd704710228940a318463eb93c9fa8eadba28e /model
parentbcea40686ae138b24580cac3956cb9e1b3d6c953 (diff)
parentdbd781c0183a47d25857ea59184a9387d8727490 (diff)
downloadchat-bfdd467a3afb03d31004e5371ccdf8df641ae6ca.tar.gz
chat-bfdd467a3afb03d31004e5371ccdf8df641ae6ca.tar.bz2
chat-bfdd467a3afb03d31004e5371ccdf8df641ae6ca.zip
Merge pull request #30 from mattermost/dockerhost
fix for dockerhost HELIUM
Diffstat (limited to 'model')
-rw-r--r--model/utils.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/utils.go b/model/utils.go
index 8b597000a..2541247de 100644
--- a/model/utils.go
+++ b/model/utils.go
@@ -160,6 +160,7 @@ var reservedDomains = []string{
"channel",
"internal",
"localhost",
+ "dockerhost",
"stag",
"post",
"cluster",