From f0b77f370d2b6b0fd02ac7ebdccaeef6e43e3480 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 25 Apr 2024 11:39:56 -0700 Subject: [PATCH] Fix secrets file not passed --- homelab/fighter/config/qbittorrent/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/homelab/fighter/config/qbittorrent/docker-compose.yml b/homelab/fighter/config/qbittorrent/docker-compose.yml index 22071285..6b986770 100644 --- a/homelab/fighter/config/qbittorrent/docker-compose.yml +++ b/homelab/fighter/config/qbittorrent/docker-compose.yml @@ -14,6 +14,7 @@ services: - $DOCKER_DATA:/config - $TORRENT_DATA:/torrenting - ./discord_notifier.sh:/discord_notifier.sh + - ./discord_notifier_secrets.env:/discord_notifier_secrets.env env_file: - path: ./qbittorrent.env required: true