mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2024-11-23 01:45:50 +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
|
||||
PORT: 7000
|
||||
depends_on:
|
||||
mcaptcha-postgres
|
||||
mcaptcha-redis
|
||||
- mcaptcha-postgres
|
||||
- mcaptcha-redis
|
||||
|
||||
mcaptcha_postgres:
|
||||
image: postgres:13.2
|
||||
|
|
Loading…
Reference in a new issue