mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 01:55:40 +00:00
rename guard -> mcaptcha in docker files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
version: '3.9'
|
||||
|
||||
services:
|
||||
guard:
|
||||
mcaptcha:
|
||||
build: .
|
||||
ports:
|
||||
- 7000:7000
|
||||
@@ -12,10 +12,10 @@ services:
|
||||
postgres:
|
||||
image: postgres:13.2
|
||||
volumes:
|
||||
- mcaptcha-guard-data:/var/lib/postgresql/
|
||||
- mcaptcha-data:/var/lib/postgresql/
|
||||
environment:
|
||||
POSTGRES_PASSWORD: # enter password
|
||||
PGDATA: /var/lib/postgresql/data/guard/
|
||||
PGDATA: /var/lib/postgresql/data/mcaptcha/
|
||||
|
||||
volumes:
|
||||
mcaptcha-guard-data:
|
||||
mcaptcha-data:
|
||||
|
||||
Reference in New Issue
Block a user