fix: Update ports

This commit is contained in:
JJ-Cronos 2024-10-07 08:53:41 +02:00
parent 2e12704e83
commit 96a218b7d8
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "Frappe Bench", "name": "Frappe Bench",
"forwardPorts": [8000, 9000, 6787], "forwardPorts": [8000, 9000, 6787, 8080],
"remoteUser": "frappe", "remoteUser": "frappe",
"customizations": { "customizations": {
"vscode": { "vscode": {

View file

@ -55,6 +55,7 @@ services:
ports: ports:
- 8000-8005:8000-8005 - 8000-8005:8000-8005
- 9000-9005:9000-9005 - 9000-9005:9000-9005
- 8080:8080
# enable the below service if you need Cypress UI Tests to be executed # enable the below service if you need Cypress UI Tests to be executed
# Before enabling ensure install_x11_deps.sh has been executed and display variable is exported. # Before enabling ensure install_x11_deps.sh has been executed and display variable is exported.
# Run install_x11_deps.sh again if DISPLAY is not set # Run install_x11_deps.sh again if DISPLAY is not set