Update docker-compose-parser.yaml

This commit is contained in:
Andras Bacsai
2024-08-22 14:03:55 +02:00
committed by GitHub
parent 8ccb5861b4
commit e2e8834845

View File

@@ -7,7 +7,7 @@ services:
APP_DEBUG: '${APP_DEBUG:-false}' APP_DEBUG: '${APP_DEBUG:-false}'
APP_URL: $SERVICE_FQDN_APP APP_URL: $SERVICE_FQDN_APP
volumes: volumes:
- './:/var/www/html' - './html:/var/www/html'
- './nginx:/etc/nginx'