fixin build errors on debian 12 by moving the postgres directoy inside f0ckm-data
This commit is contained in:
@@ -23,5 +23,7 @@ tmp/
|
||||
README.md
|
||||
LICENSE
|
||||
|
||||
postgres
|
||||
f0ckm-data
|
||||
postgres/
|
||||
f0ckm-data/
|
||||
**/postgres/
|
||||
**/f0ckm-data/
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user