feat: set xdebug to use 9003

This commit is contained in:
b1ek 2024-08-19 19:24:44 +10:00
parent 252b4ccffc
commit 926e495a44
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 0 deletions

View File

@ -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