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