From 278540522cf4060600a839bab3fe2a0244b83026 Mon Sep 17 00:00:00 2001 From: Tech Perplexed <15312691+TechPerplexed@users.noreply.github.com> Date: Tue, 12 Mar 2019 16:02:59 -0600 Subject: [PATCH] Update 80-httpd.yaml --- scripts/components/80-httpd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}