Testing original formatting

This commit is contained in:
WilliamMiceli
2018-12-09 14:29:10 -05:00
parent cf99bd1359
commit eb1474740e

View File

@@ -31,8 +31,10 @@ services:
ports: ports:
- "${WEB_PORT}:80" - "${WEB_PORT}:80"
restart: on-failure restart: on-failure
volumes: {{- if eq .Values.PERSIST_CONF "true"}} volumes:
- /RancherCattle/${DATA_DIR}/Configuration/httpd.conf:/usr/local/apache2/conf/httpd.conf {{- end}} {{- if eq .Values.PERSIST_CONF "true"}}
- /RancherCattle/${DATA_DIR}/Configuration/httpd.conf:/usr/local/apache2/conf/httpd.conf
{{- end}}
- /RancherCattle/${DATA_DIR}/Public-HTML:/usr/local/apache2/htdocs/ - /RancherCattle/${DATA_DIR}/Public-HTML:/usr/local/apache2/htdocs/
networks: networks: