Added comments about disabling local access
This commit is contained in:
@@ -42,7 +42,7 @@ services:
|
|||||||
- mysql
|
- mysql
|
||||||
networks:
|
networks:
|
||||||
- public-proxy
|
- public-proxy
|
||||||
{{- if .Values.WEB_PORT}}
|
{{- if .Values.WEB_PORT}} # Allows for local access to be disabled
|
||||||
ports:
|
ports:
|
||||||
- "${WEB_PORT}:80"
|
- "${WEB_PORT}:80"
|
||||||
{{- else}}
|
{{- else}}
|
||||||
|
|||||||
Reference in New Issue
Block a user