Skip to content

Commit f57c141

Browse files
committed
Remove Postgres port.
1 parent 4e29584 commit f57c141

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"shutdownAction": "stopCompose",
88
"postCreateCommand": "npm install -g bun@1.3.8 && bun install --frozen-lockfile",
99
"remoteUser": "node",
10-
"forwardPorts": [5432, 5540, 6379],
10+
"forwardPorts": [5540, 6379],
1111
"customizations": {
1212
"vscode": {
1313
"extensions": [

0 commit comments

Comments
 (0)