diff --git a/templates/HTTPD/0/docker-compose.yml b/templates/HTTPD/0/docker-compose.yml index 31529b3..104b1b4 100644 --- a/templates/HTTPD/0/docker-compose.yml +++ b/templates/HTTPD/0/docker-compose.yml @@ -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/ diff --git a/templates/HTTPD/0/rancher-compose.yml b/templates/HTTPD/0/rancher-compose.yml index 876d75d..db96f72 100644 --- a/templates/HTTPD/0/rancher-compose.yml +++ b/templates/HTTPD/0/rancher-compose.yml @@ -29,7 +29,7 @@ catalog: label: "Web Port" description: | The port to locally access the web interface on. - Leaving this blank will disable opening any port on the host system. + Leaving this empty will disable opening any port on the host system. default: "10900" required: false type: int @@ -37,7 +37,7 @@ catalog: - variable: "PERSIST_CONF" label: "Persistent Configuration" description: | - Have a persistent httpd.conf file mounted. + Have a persistent "conf" directory. default: true required: true type: boolean