mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
Automatically forwarding ports 1080 and 1433 in VS Code/Cursor (#5104)
This commit is contained in:
parent
059e6816f2
commit
b580d7c022
@ -21,10 +21,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"postCreateCommand": "bash .devcontainer/internal_dev/postCreateCommand.sh",
|
"postCreateCommand": "bash .devcontainer/internal_dev/postCreateCommand.sh",
|
||||||
|
"forwardPorts": [1080, 1433],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
"1080": {
|
"1080": {
|
||||||
"label": "Mail Catcher",
|
"label": "Mail Catcher",
|
||||||
"onAutoForward": "notify"
|
"onAutoForward": "notify"
|
||||||
|
},
|
||||||
|
"1433": {
|
||||||
|
"label": "SQL Server",
|
||||||
|
"onAutoForward": "notify"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user