Del: APACHE_DOCUMENT_ROOT(env)

This commit is contained in:
2025-12-15 16:49:38 +09:00
parent 00501a7159
commit bb14f0d999
-2
View File
@@ -20,8 +20,6 @@ services:
- "${PUBLIC_PORT}:80"
volumes:
- app_data:/var/www/html
environment:
- APACHE_DOCUMENT_ROOT=/var/www/html
depends_on:
- db
networks: