Revert "Update to solve the xdebug port. Issue: https://github.com/laradock/laradock/issues/2892"
This reverts commit 615c80f25b
.
This commit is contained in:
parent
cad60947c0
commit
f1f416023a
|
@ -276,7 +276,7 @@ services:
|
||||||
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}${APP_CODE_CONTAINER_FLAG}
|
- ${APP_CODE_PATH_HOST}:${APP_CODE_PATH_CONTAINER}${APP_CODE_CONTAINER_FLAG}
|
||||||
- docker-in-docker:/certs/client
|
- docker-in-docker:/certs/client
|
||||||
ports:
|
ports:
|
||||||
- "${PHP_FPM_XDEBUG_PORT}:9003"
|
- "9003:9003"
|
||||||
expose:
|
expose:
|
||||||
- "9000"
|
- "9000"
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
|
|
Loading…
Reference in New Issue