Update devcontainer appPort to allow connections from external IPs (#79730)
parent
98591cd4b6
commit
d21417c8e5
|
@ -5,7 +5,7 @@
|
|||
"postCreateCommand": "script/setup",
|
||||
"postStartCommand": "script/bootstrap",
|
||||
"containerEnv": { "DEVCONTAINER": "1" },
|
||||
"appPort": 8123,
|
||||
"appPort": ["8123:8123"],
|
||||
"runArgs": ["-e", "GIT_EDITOR=code --wait"],
|
||||
"extensions": [
|
||||
"ms-python.vscode-pylance",
|
||||
|
|
Loading…
Reference in New Issue