fixin build errors on debian 12 by moving the postgres directoy inside f0ckm-data

This commit is contained in:
2026-05-11 08:17:29 +02:00
parent 1221e0580f
commit fc2e366647
2 changed files with 5 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ services:
POSTGRES_PASSWORD: f0ckm
PGDATA: /data/postgres
volumes:
- ./postgres:/data/postgres:Z
- ./f0ckm-data/postgres:/data/postgres:Z
ports:
- "5454:5432"
networks: