mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding missing array indices.
This commit is contained in:
parent
bd74f389f6
commit
9c3a117ba8
1 changed files with 4 additions and 4 deletions
|
@ -13,13 +13,13 @@ services:
|
|||
tty: true
|
||||
restart: always
|
||||
depends_on:
|
||||
db_mongo:
|
||||
- db_mongo:
|
||||
condition: service_started
|
||||
db_postgres:
|
||||
- db_postgres:
|
||||
condition: service_healthy
|
||||
db_redis:
|
||||
- db_redis:
|
||||
condition: service_started
|
||||
db_elasticsearch:
|
||||
- db_elasticsearch:
|
||||
condition: service_started
|
||||
ulimits:
|
||||
nproc: 10000
|
||||
|
|
Loading…
Add table
Reference in a new issue