Persistent config cannot be optional
This commit is contained in:
@@ -34,10 +34,8 @@ services:
|
|||||||
{{- end}}
|
{{- end}}
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
{{- if eq .Values.PERSIST_CONF "true"}}
|
- /RancherCattle/${DATA_DIR}/Configuration:/etc/nginx
|
||||||
- /RancherCattle/${DATA_DIR}/Configuration/nginx.conf:/etc/nginx/nginx.conf
|
- /RancherCattle/${DATA_DIR}/HTML:/usr/share/nginx/html
|
||||||
{{- end}}
|
|
||||||
- /RancherCattle/${DATA_DIR}/Public-HTML:/usr/share/nginx/html
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
public-proxy:
|
public-proxy:
|
||||||
|
|||||||
Reference in New Issue
Block a user