fix: services.mcaptcha.depends_on must be a list

This commit is contained in:
realaravinth 2022-07-20 14:44:46 +05:30
parent 2dce6eb2e8
commit 22b312b8c5
No known key found for this signature in database
GPG key ID: AD9F0F08E855ED88

View file

@ -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