Remove unnecessary environment variable from Docker Compose and tidy comments for clarity

This commit is contained in:
Naiel
2026-02-06 23:25:19 +00:00
parent 5834650273
commit b3ff425609

View File

@@ -1,6 +1,7 @@
services:
axia4-web:
image: ghcr.io/axia4/axia4:main
# Optional: Build from local Dockerfile for development
build:
context: .
dockerfile: Dockerfile
@@ -12,6 +13,4 @@ services:
- ./DATA:/DATA
# Optional: Mount the application code for development
- ./public_html:/var/www/html
environment:
- APACHE_DOCUMENT_ROOT=/var/www/html
restart: unless-stopped