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
|
README.md
|
||||||
LICENSE
|
LICENSE
|
||||||
|
|
||||||
postgres
|
postgres/
|
||||||
f0ckm-data
|
f0ckm-data/
|
||||||
|
**/postgres/
|
||||||
|
**/f0ckm-data/
|
||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user