From 5287235336212db87e72cf38d61ad34a19b950e2 Mon Sep 17 00:00:00 2001 From: drifty Date: Thu, 16 Jan 2025 13:11:32 +0530 Subject: [PATCH] Create .env --- docker-compose-files/qbittorrent/.env | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 docker-compose-files/qbittorrent/.env diff --git a/docker-compose-files/qbittorrent/.env b/docker-compose-files/qbittorrent/.env new file mode 100644 index 0000000..09b71cc --- /dev/null +++ b/docker-compose-files/qbittorrent/.env @@ -0,0 +1,8 @@ +# Refer to Readme.md for an explanation of the variables + +QBT_EULA=accept +QBT_VERSION=latest +QBT_WEBUI_PORT=8079 + +QBT_CONFIG_PATH=/path/to/qb/config +QBT_DOWNLOADS_PATH=/path/to/qb/downloads