From 449d2553bfe181a729597f42a6cc0ec8fa87f596 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 10 May 2021 23:59:52 +0000 Subject: [PATCH] Fix incorrect xdebug-port --- .devcontainer/docker-compose.yml | 2 +- .vscode/launch.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.devcontainer/docker-compose.yml b/.devcontainer/docker-compose.yml index 5faa1c0..1625082 100644 --- a/.devcontainer/docker-compose.yml +++ b/.devcontainer/docker-compose.yml @@ -15,7 +15,7 @@ services: - 8080:80 - 3000:3000 - 3001:3001 - - 9000:9000 + - 9003:9003 working_dir: /shared-workspaces/mantra volumes: - ..:/shared-workspaces/mantra diff --git a/.vscode/launch.json b/.vscode/launch.json index 9be4217..4e5c934 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -20,7 +20,7 @@ "name": "Listen for XDebug", "type": "php", "request": "launch", - "port": 9000, + "port": 9003, "pathMappings": { "/var/www/html": "${workspaceFolder}/test/website" } @@ -35,4 +35,4 @@ ] } ] -} \ No newline at end of file +}