From 10374489186f6f22177bbb0420dd159481365b23 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 --- fighter/config/qbittorrent/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/fighter/config/qbittorrent/docker-compose.yml b/fighter/config/qbittorrent/docker-compose.yml index 2207128..6b98677 100644 --- a/fighter/config/qbittorrent/docker-compose.yml +++ b/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