Skip to content

Commit 57d671d

Browse files
Update 80-httpd.yaml
1 parent dd84682 commit 57d671d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/components/80-httpd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
httpd:
55
restart: always
6-
image: httpd:alpine
6+
image: php:apache0
77
container_name: httpd
88
hostname: web
99
depends_on:
@@ -12,7 +12,7 @@
1212
letsencrypt-nginx-proxy-companion:
1313
condition: service_started
1414
volumes:
15-
- ${CONFIGS}/HTTPd:/usr/local/apache2/htdocs/
15+
- ${CONFIGS}/HTTPd:/var/www/html
1616
environment:
1717
- PUID=${USERID}
1818
- PGID=${GROUPID}

0 commit comments

Comments
 (0)