We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e29584 commit f57c141Copy full SHA for f57c141
1 file changed
.devcontainer/devcontainer.json
@@ -7,7 +7,7 @@
7
"shutdownAction": "stopCompose",
8
"postCreateCommand": "npm install -g bun@1.3.8 && bun install --frozen-lockfile",
9
"remoteUser": "node",
10
- "forwardPorts": [5432, 5540, 6379],
+ "forwardPorts": [5540, 6379],
11
"customizations": {
12
"vscode": {
13
"extensions": [
0 commit comments