mirror of
https://github.com/bitwarden/server.git
synced 2025-04-04 20:50:21 -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",
|
||||
"forwardPorts": [1080, 1433],
|
||||
"portsAttributes": {
|
||||
"1080": {
|
||||
"label": "Mail Catcher",
|
||||
"onAutoForward": "notify"
|
||||
},
|
||||
"1433": {
|
||||
"label": "SQL Server",
|
||||
"onAutoForward": "notify"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user