This commit is contained in:
Thephaseless 2024-08-25 15:11:03 +00:00
parent a0b61c9251
commit bbb05b255f

View File

@ -6,10 +6,7 @@
"build": { "build": {
"dockerfile": "Dockerfile" "dockerfile": "Dockerfile"
}, },
"runArgs": [ "runArgs": ["-p", "8181:8191"],
"-p",
"8181:8191"
],
"customizations": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": [
@ -26,9 +23,7 @@
// Features to add to the dev container. More info: https://containers.dev/features. // Features to add to the dev container. More info: https://containers.dev/features.
// "features": {}, // "features": {},
// Use 'forwardPorts' to make a list of ports inside the container available locally. // Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [ "forwardPorts": [6080],
6080
],
"features": { "features": {
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}, "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
"ghcr.io/devcontainers/features/desktop-lite:1": {} "ghcr.io/devcontainers/features/desktop-lite:1": {}