From 1255020f73e814c1ad613941d44be29deeb37ba7 Mon Sep 17 00:00:00 2001 From: komodo Date: Tue, 12 Aug 2025 09:43:00 +0800 Subject: [PATCH] [Komodo] fern: Write Compose File: update qbittorrent/compose.yaml --- qbittorrent/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qbittorrent/compose.yaml b/qbittorrent/compose.yaml index 11e500b..99bd60a 100644 --- a/qbittorrent/compose.yaml +++ b/qbittorrent/compose.yaml @@ -19,6 +19,7 @@ services: fertilizer: image: ghcr.io/moleculekayak/fertilizer:latest container_name: fertilizer + restart: unless-stopped depends_on: qbittorrent: condition: service_healthy @@ -112,6 +113,7 @@ services: qbittorrent_mamapi: image: elforkhead/mamapi:latest container_name: qbittorrent_mamapi + restart: unless-stopped depends_on: qbittorrent: condition: service_healthy