Skip to content

Commit b887d75

Browse files
committed
update default postgres version
1 parent 7633ad4 commit b887d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.postgres.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ services:
1818
- "8000:8000"
1919

2020
db:
21-
image: docker.io/library/postgres:15-alpine
22-
container_name: yamtrack_db
21+
image: postgres:16-alpine
22+
container_name: yamtrack-db
2323
environment:
2424
- POSTGRES_DB=yamtrack
2525
- POSTGRES_USER=yamtrack

0 commit comments

Comments
 (0)