Typo fix
This commit is contained in:
parent
542d37e217
commit
07c4602412
@ -40,11 +40,10 @@ services:
|
|||||||
# See https://docs.docker.com/docker-for-mac/networking/#i-want-to-connect-from-a-container-to-a-service-on-the-host
|
# See https://docs.docker.com/docker-for-mac/networking/#i-want-to-connect-from-a-container-to-a-service-on-the-host
|
||||||
# See https://github.com/docker/for-linux/issues/264
|
# See https://github.com/docker/for-linux/issues/264
|
||||||
# The `client_host` below may optionally be replaced with `discover_client_host=yes`
|
# The `client_host` below may optionally be replaced with `discover_client_host=yes`
|
||||||
# Add `start_with_request=yes` to start debug seesion on each request
|
# Add `start_with_request=yes` to start debug session on each request
|
||||||
XDEBUG_CONFIG: >-
|
XDEBUG_CONFIG: >-
|
||||||
client_host=host.docker.internal
|
client_host=host.docker.internal
|
||||||
XDEBUG_MODE: debug
|
XDEBUG_MODE: debug
|
||||||
XDEBUG_SESSION: PHPSTORM
|
|
||||||
# This should correspond to the server declared in PHPStorm `Preferences | Languages & Frameworks | PHP | Servers`
|
# This should correspond to the server declared in PHPStorm `Preferences | Languages & Frameworks | PHP | Servers`
|
||||||
# Then PHPStorm will use the corresponding path mappings
|
# Then PHPStorm will use the corresponding path mappings
|
||||||
PHP_IDE_CONFIG: serverName=symfony
|
PHP_IDE_CONFIG: serverName=symfony
|
||||||
|
Loading…
x
Reference in New Issue
Block a user