diff options
-rw-r--r-- | docker-compose.example.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
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: - <install_location>/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: |