diff --git a/scripts/components/80-httpd.yaml b/scripts/components/80-httpd.yaml index 6202bc0f..6e8654cc 100644 --- a/scripts/components/80-httpd.yaml +++ b/scripts/components/80-httpd.yaml @@ -12,7 +12,7 @@ letsencrypt-nginx-proxy-companion: condition: service_started volumes: - - ${CONFIGS}/HTTPd:/var/www/html + - ${CONFIGS}/Web:/var/www/html environment: - PUID=${USERID} - PGID=${GROUPID}