Skip to content

Commit 9101002

Browse files
authored
Update docker-compose.yml
1 parent e4eb776 commit 9101002

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
# (Adding the "ports" property to this file will not forward from a Codespace.)
2020

2121
db:
22-
image: postgres:latest
22+
image: postgres:16
2323
restart: unless-stopped
2424
volumes:
2525
- postgres-data:/var/lib/postgresql/data

0 commit comments

Comments
 (0)