Merge pull request #2893 from vlauciani/issue_2892

FIX - XDEBUG - The PR to support xdebug 3 on php8 has introduced an error!
This commit is contained in:
Shao Yu-Lung (Allen)
2021-03-18 23:45:38 +08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@ -276,7 +276,7 @@ services:
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}${APP_CODE_CONTAINER_FLAG}
- docker-in-docker:/certs/client
ports:
- "9003:9003"
- "${PHP_FPM_XDEBUG_PORT}:9003"
expose:
- "9000"
extra_hosts: