Merge pull request #193 from mCaptcha/fix-gh-192

fix: change docker volume mount to /var/lib/postgresql
This commit is contained in:
Aravinth Manivannan
2025-10-07 14:04:41 +05:30
committed by GitHub

View File

@@ -18,10 +18,9 @@ services:
mcaptcha_postgres: mcaptcha_postgres:
image: postgres:18.0 image: postgres:18.0
volumes: volumes:
- mcaptcha-data:/var/lib/postgresql/ - mcaptcha-data:/var/lib/postgresql
environment: environment:
POSTGRES_PASSWORD: password # change password POSTGRES_PASSWORD: password # change password
PGDATA: /var/lib/postgresql/data/mcaptcha/
mcaptcha_redis: mcaptcha_redis:
image: mcaptcha/cache:latest image: mcaptcha/cache:latest