From feda1f4a10beff7a687c127a5b117f818b5acec3 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sun, 15 Jan 2023 19:27:25 -0300 Subject: Fixed depends_on --- docker-compose.example.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml index 4ac4f47..966e56a 100644 --- a/docker-compose.example.yaml +++ b/docker-compose.example.yaml @@ -29,7 +29,8 @@ services: - /config/qbittorrent:/config restart: unless-stopped network_mode: "service:gluetun" - depends_on: gluetun + depends_on: + - gluetun # Sonarr is used to query, add downloads to the download queue and index TV shows sonarr: -- cgit v1.2.3