Mounting "conf" directory instead of just httpd.conf

This commit is contained in:
WilliamMiceli
2018-12-09 15:23:05 -05:00
parent 410bc197bf
commit 99c9262200
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ services:
restart: on-failure
volumes:
{{- if eq .Values.PERSIST_CONF "true"}}
- /RancherCattle/${DATA_DIR}/Configuration/httpd.conf:/usr/local/apache2/conf/httpd.conf
- /RancherCattle/${DATA_DIR}/Configuration:/usr/local/apache2/conf
{{- end}}
- /RancherCattle/${DATA_DIR}/Public-HTML:/usr/local/apache2/htdocs/