* force to restart php fpm container after turn on / off xdebug

This commit is contained in:
2025-01-16 08:59:41 +03:00
parent e699876976
commit 65c9b61c51
2 changed files with 8 additions and 1 deletions

View File

@ -41,3 +41,5 @@ fi
docker exec -it "${PHP_FPM_CONTAINER}" bash -c "${SED_PROFILER_OFF} ${PHP_FPM_XDEBUG_CONFIG_PATH}"
docker exec -it "${WORKSPACE_CONTAINER}" bash -c "${SED_PROFILER_OFF} ${WORKSPACE_XDEBUG_CONFIG_PATH}"
docker restart "${PHP_FPM_CONTAINER}"