udpate debug settings and scripts

This commit is contained in:
2026-07-20 14:28:42 +02:00
parent 56f7798d32
commit dc5a8897e0
7 changed files with 31 additions and 32 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ FROM php:8.5.8-cli
RUN pecl install xdebug && docker-php-ext-enable xdebug
WORKDIR /app
EXPOSE 8000 9003
EXPOSE 8000 9013
CMD ["php", "-S", "0.0.0.0:8000", "-t", "public", "public/index.php"]
+1 -1
View File
@@ -4,6 +4,6 @@
xdebug.mode=develop,debug
xdebug.start_with_request=yes
xdebug.client_host=host.docker.internal
xdebug.client_port=9003
xdebug.client_port=9013
xdebug.log_level=0
xdebug.idekey=VSCODE