mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-23 22:15:46 +00:00
Merge pull request #193 from mCaptcha/fix-gh-192
fix: change docker volume mount to /var/lib/postgresql
This commit is contained in:
commit
b215a411ed
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user