diff options
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", |