Skip to content

Commit 53f2649

Browse files
committed
remove localhost from devcontainer
1 parent ac91dac commit 53f2649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
// "features": {},
2222

2323
// Use 'forwardPorts' to make a list of ports inside the container available locally.
24-
"forwardPorts": [1313],
24+
// "forwardPorts": [1313],
2525

2626
// You can use go mod instead
2727
"postCreateCommand": "git submodule update --init",
2828

2929
// This will automatically start the Hugo server on Codespaces launch
30-
"postStartCommand": "hugo server --bind 0.0.0.0 --baseURL=http://localhost:1313/"
30+
"postStartCommand": "hugo server"
3131
}

0 commit comments

Comments
 (0)