Switch to fpm-alpine docker image, add xdebug3

This commit is contained in:
Christoph Kluge
2021-09-09 10:54:58 +02:00
parent f3e3757b65
commit 8aeb608b99
5 changed files with 41 additions and 43 deletions

5
.env
View File

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