From a2e0a5a74edbe55b5efad8213160d33fa44b3f84 Mon Sep 17 00:00:00 2001 From: Donny <90471623+DonMcD@users.noreply.github.com> Date: Sun, 26 Jan 2025 21:55:39 -0700 Subject: [PATCH] changed torent to torrent in qbittorrent path changwe --- advanced-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced-compose.yml b/advanced-compose.yml index fbd3904..d6dbc8f 100644 --- a/advanced-compose.yml +++ b/advanced-compose.yml @@ -187,7 +187,7 @@ services: - WEBUI_PORT=8080 - TORRENTING_PORT=8694 #Make sure to port forward this port in your router so you can seed more effectively volumes: - - ${BASE_PATH}/qbittorent/config:/config + - ${BASE_PATH}/qbittorrent/config:/config - ${MEDIA_SHARE}:/share restart: unless-stopped