feat: set xdebug to use 9003
This commit is contained in:
parent
252b4ccffc
commit
926e495a44
|
@ -10,6 +10,7 @@ services:
|
||||||
bankitest:
|
bankitest:
|
||||||
environment:
|
environment:
|
||||||
PHP_ENABLE_XDEBUG: 1
|
PHP_ENABLE_XDEBUG: 1
|
||||||
|
XDEBUG_CONFIG: 'client_host=host.docker.internal client_port=9003'
|
||||||
db:
|
db:
|
||||||
image: lscr.io/linuxserver/mariadb:10.11.8
|
image: lscr.io/linuxserver/mariadb:10.11.8
|
||||||
restart: always
|
restart: always
|
||||||
|
|
Loading…
Reference in New Issue