Update docker-compose-parser.yaml

This commit is contained in:
Andras Bacsai
2024-08-23 12:05:24 +02:00
committed by GitHub
parent cfcc2ca379
commit 4606162d6a

View File

@@ -9,7 +9,6 @@ services:
APP_DEBUG: '${APP_DEBUG:-false}' APP_DEBUG: '${APP_DEBUG:-false}'
APP_URL: $SERVICE_FQDN_APP APP_URL: $SERVICE_FQDN_APP
volumes: volumes:
- './html:/var/www/html'
- './index.html:/var/www/html/index.html' - './index.html:/var/www/html/index.html'
- 'test-html:/html' - 'test-html:/html'
depends_on: depends_on: