Skip to content

Commit 11dad0f

Browse files
authored
Update docker-compose.yml (#351)
Fix wrong data type in comment section from string to integer
1 parent c944629 commit 11dad0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/postgres/.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
POSTGRES_DB: postgres
2929
POSTGRES_PASSWORD: postgres
3030

31-
# Add "forwardPorts": ["5432"] to **devcontainer.json** to forward PostgreSQL locally.
31+
# Add "forwardPorts": [5432] to **devcontainer.json** to forward PostgreSQL locally.
3232
# (Adding the "ports" property to this file will not forward from a Codespace.)
3333

3434
volumes:

0 commit comments

Comments
 (0)