Update devcontainer appPort to allow connections from external IPs (#79730)

pull/80974/head
Shay Levy 2022-10-25 22:06:56 +03:00 committed by GitHub
parent 98591cd4b6
commit d21417c8e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",