diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cad4371e..a8c9051a 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ // "features": {}, // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [ - 8089 + 8181 ], // Use 'postCreateCommand' to run commands after the container is created. "postCreateCommand": "go install github.com/cosmtrek/air@latest" @@ -16,4 +16,4 @@ // "customizations": {}, // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" -} \ No newline at end of file +}