mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-30 15:08:29 +00:00
fix: services.mcaptcha.depends_on must be a list
This commit is contained in:
parent
2dce6eb2e8
commit
22b312b8c5
@ -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…
x
Reference in New Issue
Block a user