Fix depends_on syntax
This commit is contained in:
parent
c3d98512b2
commit
90cbf267b1
@ -12,7 +12,8 @@ services:
|
||||
loki-timeout: "2s"
|
||||
keep-file: "true"
|
||||
restart: "no"
|
||||
depends_on: postgres
|
||||
depends_on:
|
||||
- postgres
|
||||
networks:
|
||||
- commafeed
|
||||
- web
|
||||
|
Loading…
Reference in New Issue
Block a user