diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2c41e32..9e98059 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -44,6 +44,7 @@ // "customizations": {}, // Use 'forwardPorts' to make a list of ports inside the container available locally. "forwardPorts": [ + 5432 ], "portsAttributes": { },