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
commit b215a411ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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