diff options
author | Joram Wilander <jwawilander@gmail.com> | 2015-06-18 14:59:22 -0400 |
---|---|---|
committer | Joram Wilander <jwawilander@gmail.com> | 2015-06-18 14:59:22 -0400 |
commit | c64f5eae55e1665681ee7a1b60d3192a54df9f84 (patch) | |
tree | eef49438d1b617e71a29e77e22859ed925926966 /model | |
parent | f1dbf69c767cfa5514cfcc7c3e505d5cd4ed35b3 (diff) | |
parent | a5ce5972ba527ce2617ccb539ef045f1f425c373 (diff) | |
download | chat-c64f5eae55e1665681ee7a1b60d3192a54df9f84.tar.gz chat-c64f5eae55e1665681ee7a1b60d3192a54df9f84.tar.bz2 chat-c64f5eae55e1665681ee7a1b60d3192a54df9f84.zip |
Merge pull request #30 from mattermost/dockerhost
fix for dockerhost HELIUM
Diffstat (limited to 'model')
-rw-r--r-- | model/utils.go | 1 |
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", |