mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-08 02:05:36 +03:00
fix: services.mcaptcha.depends_on must be a list
This commit is contained in:
parent
2dce6eb2e8
commit
22b312b8c5
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ services:
|
||||||
RUST_LOG: debug
|
RUST_LOG: debug
|
||||||
PORT: 7000
|
PORT: 7000
|
||||||
depends_on:
|
depends_on:
|
||||||
mcaptcha-postgres
|
- mcaptcha-postgres
|
||||||
mcaptcha-redis
|
- mcaptcha-redis
|
||||||
|
|
||||||
mcaptcha_postgres:
|
mcaptcha_postgres:
|
||||||
image: postgres:13.2
|
image: postgres:13.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue