Quotes needed; local port now optional
This commit is contained in:
@@ -28,8 +28,10 @@ services:
|
|||||||
{{- end}}
|
{{- end}}
|
||||||
networks:
|
networks:
|
||||||
- public-proxy
|
- public-proxy
|
||||||
|
{{- if .Values.WEB_PORT}}
|
||||||
ports:
|
ports:
|
||||||
- "${WEB_PORT}:80"
|
- "${WEB_PORT}:80"
|
||||||
|
{{- end}}
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
{{- if eq .Values.PERSIST_CONF "true"}}
|
{{- if eq .Values.PERSIST_CONF "true"}}
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ catalog:
|
|||||||
label: "Web Port"
|
label: "Web Port"
|
||||||
description: |
|
description: |
|
||||||
The port to locally access the web interface on.
|
The port to locally access the web interface on.
|
||||||
|
Leaving this blank will disable opening any port on the host system.
|
||||||
default: "10900"
|
default: "10900"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
Reference in New Issue
Block a user