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

@@ -23,5 +23,7 @@ tmp/
README.md README.md
LICENSE LICENSE
postgres postgres/
f0ckm-data f0ckm-data/
**/postgres/
**/f0ckm-data/

View File

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