Fix depends_on syntax

This commit is contained in:
Joey Hafner 2023-07-02 13:50:51 -07:00
parent c3d98512b2
commit 90cbf267b1

View File

@ -12,7 +12,8 @@ services:
loki-timeout: "2s" loki-timeout: "2s"
keep-file: "true" keep-file: "true"
restart: "no" restart: "no"
depends_on: postgres depends_on:
- postgres
networks: networks:
- commafeed - commafeed
- web - web