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