Fix incorrect xdebug-port
This commit is contained in:
parent
6ecfecbcbd
commit
449d2553bf
|
@ -15,7 +15,7 @@ services:
|
|||
- 8080:80
|
||||
- 3000:3000
|
||||
- 3001:3001
|
||||
- 9000:9000
|
||||
- 9003:9003
|
||||
working_dir: /shared-workspaces/mantra
|
||||
volumes:
|
||||
- ..:/shared-workspaces/mantra
|
||||
|
|
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
@ -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 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue