docker-example-drupal/docker-compose.override.yaml.example
Oliver Davies 4138112e4c Add initial xdebug support
Enable using `XDEBUG_MODE=debug docker compose up`.
2024-05-01 23:41:34 +01:00

7 lines
131 B
Plaintext

services:
php:
environment:
XDEBUG_MODE: ${XDEBUG_MODE:-off}
extra_hosts:
host.docker.internal: host-gateway