fix devcontainer port declarations

This commit is contained in:
Georges-Antoine Assi
2025-07-07 14:55:51 -04:00
parent b0b97ebc4b
commit 6067eb80dd
3 changed files with 9 additions and 9 deletions

View File

@@ -4,9 +4,9 @@
"service": "romm-dev",
"workspaceFolder": "/app",
"shutdownAction": "stopCompose",
"forwardPorts": [8000, 3000, 3306, 6379],
"forwardPorts": [5000, 3000, 3306, 6379],
"portsAttributes": {
"8000": {
"5000": {
"label": "Backend API",
"onAutoForward": "notify"
},