fix: Enables PHP log output when running in development

This commit is contained in:
Vincent Mahnke 2025-11-01 21:27:47 +01:00
commit 907c20bad2
Signed by: ViMaSter
GPG key ID: 6D787326BA7D6469
5 changed files with 17 additions and 3 deletions

View file

@ -6,6 +6,8 @@ services:
web:
volumes:
- ./web/www/sunders:/var/www/html:Z
environment:
APP_ENV: development
data_handler:
volumes: