Merge branch 'main' of github.com:ClusterCockpit/cc-docker

This commit is contained in:
Jan Eitzinger
2021-09-10 14:14:11 +02:00
5 changed files with 26 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
########################################################################