Quotes needed; local port now optional

This commit is contained in:
WilliamMiceli
2018-12-09 14:33:15 -05:00
parent eb1474740e
commit 0b15bfe6e6
2 changed files with 3 additions and 0 deletions

View File

@@ -28,8 +28,10 @@ services:
{{- end}}
networks:
- public-proxy
{{- if .Values.WEB_PORT}}
ports:
- "${WEB_PORT}:80"
{{- end}}
restart: on-failure
volumes:
{{- if eq .Values.PERSIST_CONF "true"}}

View File

@@ -29,6 +29,7 @@ catalog:
label: "Web Port"
description: |
The port to locally access the web interface on.
Leaving this blank will disable opening any port on the host system.
default: "10900"
required: true
type: string