upgrade postgres to 17 for forgejo

This commit is contained in:
Florian Zirker 2024-10-07 09:00:39 +00:00
parent 8377bf75a0
commit 70131bb682

View file

@ -43,7 +43,7 @@ services:
db:
image: postgres:13
image: postgres:${POSTGRES_VERSION}
restart: unless-stopped
environment:
- POSTGRES_USER=${POSTGRES_USER}