Fix incorrect xdebug-port

This commit is contained in:
Manuel Thalmann 2021-05-10 23:59:52 +00:00
parent 6ecfecbcbd
commit 449d2553bf
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ services:
- 8080:80 - 8080:80
- 3000:3000 - 3000:3000
- 3001:3001 - 3001:3001
- 9000:9000 - 9003:9003
working_dir: /shared-workspaces/mantra working_dir: /shared-workspaces/mantra
volumes: volumes:
- ..:/shared-workspaces/mantra - ..:/shared-workspaces/mantra

4
.vscode/launch.json vendored
View file

@ -20,7 +20,7 @@
"name": "Listen for XDebug", "name": "Listen for XDebug",
"type": "php", "type": "php",
"request": "launch", "request": "launch",
"port": 9000, "port": 9003,
"pathMappings": { "pathMappings": {
"/var/www/html": "${workspaceFolder}/test/website" "/var/www/html": "${workspaceFolder}/test/website"
} }
@ -35,4 +35,4 @@
] ]
} }
] ]
} }