allowing proxying using .htaccess (3)

This commit is contained in:
Ludwig Lehnert
2026-04-12 16:41:14 +02:00
parent 743b8779fc
commit 61f10fd994

View File

@@ -38,7 +38,7 @@ services:
volumes: volumes:
# - "/var/run/docker.sock:/var/run/docker.sock:ro" # - "/var/run/docker.sock:/var/run/docker.sock:ro"
- "${DATA_DIR}:/usr/local/apache2/htdocs:ro" - "${DATA_DIR}:/var/www/html:ro"
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"