feat: set xdebug to use 9003
This commit is contained in:
parent
252b4ccffc
commit
926e495a44
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue