feat: issue with db path
This commit is contained in:
@@ -27,7 +27,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: # required, same as voidauth DB_PASSWORD
|
POSTGRES_PASSWORD: # required, same as voidauth DB_PASSWORD
|
||||||
volumes:
|
volumes:
|
||||||
- ${CONFIGROOT}/voidauth/db:/var/lib/postgresql/18/docker
|
- ${CONFIG_ROOT}/voidauth/db:/var/lib/postgresql/18/docker
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: "pg_isready -U postgres -h localhost"
|
test: "pg_isready -U postgres -h localhost"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user