mirror of
https://github.com/pterodactyl/development.git
synced 2025-12-11 22:49:17 -06:00
Use xdebug3 config
This commit is contained in:
parent
89b2d93fa0
commit
a099d4d042
@ -48,10 +48,9 @@ opcache.enable_cli = 1
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
sudo cat | sudo tee -a /etc/php/8.0/fpm/conf.d/20-xdebug.ini > /dev/null <<EOF
|
sudo cat | sudo tee -a /etc/php/8.0/fpm/conf.d/20-xdebug.ini > /dev/null <<EOF
|
||||||
xdebug.remote_enable = 1
|
xdebug.mode=debug
|
||||||
xdebug.remote_host = host.docker.internal
|
xdebug.client_host=host.docker.internal
|
||||||
xdebug.remote_port = 9000
|
xdebug.client_port=9003
|
||||||
xdebug.idekey = PHPSTORM
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Install development dependencies
|
# Install development dependencies
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user