mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2025-07-26 06:36:09 +02:00
Switch to fpm-alpine docker image, add xdebug3
This commit is contained in:
5
.env
5
.env
@@ -9,8 +9,11 @@ APP_ENVIRONMENT=dev
|
||||
########################################################################
|
||||
# PHP
|
||||
########################################################################
|
||||
PHP_XDEBUG_MODE=develop,debug
|
||||
PHP_XDEBUG_MODE=debug,develop
|
||||
PHP_XDEBUG_CLIENT_PORT=9003
|
||||
#> LINUX: 'docker0' interface IP of host
|
||||
# PHP_XDEBUG_CLIENT_HOST=1.2.3.4
|
||||
#> MAC/WIN: Docker Wildcard for host IP
|
||||
PHP_XDEBUG_CLIENT_HOST=host.docker.internal
|
||||
|
||||
########################################################################
|
||||
|
Reference in New Issue
Block a user