mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
use XDEBUG_REMOTE_HOST=host.docker.internal now working in all Docker Desktops
This commit is contained in:
parent
13ff2badd9
commit
b334392eca
@ -109,8 +109,8 @@ services:
|
|||||||
# old API and eTemplate(1), required for upgrades from before 14.3
|
# old API and eTemplate(1), required for upgrades from before 14.3
|
||||||
#- EGW_EXTRA_APP_OLDAPI=https://github.com/EGroupware/phpgwapi.git https://github.com/EGroupware/etemplate.git
|
#- EGW_EXTRA_APP_OLDAPI=https://github.com/EGroupware/phpgwapi.git https://github.com/EGroupware/etemplate.git
|
||||||
#
|
#
|
||||||
# XDEBUG_REMOTE_HOST need to be set, if the host running the IDE is different from 172.17.0.1 (Mac can use docker.for.mac.localhost)
|
# XDEBUG_REMOTE_HOST need to be set, Docker Desktop can use host.docker.internal or Linux the docker0 interface 172.17.0.1
|
||||||
- XDEBUG_REMOTE_HOST=172.17.0.1
|
- XDEBUG_REMOTE_HOST=host.docker.internal
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
Loading…
Reference in New Issue
Block a user