diff --git a/docker-compose.yml.template b/docker-compose.yml.template index 4029542..4aef89c 100644 --- a/docker-compose.yml.template +++ b/docker-compose.yml.template @@ -10,6 +10,7 @@ services: bankitest: environment: PHP_ENABLE_XDEBUG: 1 + XDEBUG_CONFIG: 'client_host=host.docker.internal client_port=9003' db: image: lscr.io/linuxserver/mariadb:10.11.8 restart: always