diff --git a/jafner-net/config/commafeed/docker-compose.yml b/jafner-net/config/commafeed/docker-compose.yml index 9eac27e..63a59fa 100644 --- a/jafner-net/config/commafeed/docker-compose.yml +++ b/jafner-net/config/commafeed/docker-compose.yml @@ -12,7 +12,8 @@ services: loki-timeout: "2s" keep-file: "true" restart: "no" - depends_on: postgres + depends_on: + - postgres networks: - commafeed - web