Change PostgreSQL data volume path in Docker Compose (#8216)

adjusted to v18 change in DATA path
db container will not start and freshrss will complain
fix https://github.com/FreshRSS/FreshRSS/issues/8215
This commit is contained in:
FollowTheWizard
2025-11-15 21:48:13 +01:00
committed by GitHub
parent 45471871dd
commit 39725cdde9

View File

@@ -11,7 +11,7 @@ services:
options:
max-size: 10m
volumes:
- db:/var/lib/postgresql/data
- db:/var/lib/postgresql/18/docker
environment:
POSTGRES_DB: ${DB_BASE:-freshrss}
POSTGRES_USER: ${DB_USER:-freshrss}