Update devcontainer appPort to allow connections from external IPs (#79730)
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user