From fe11745e23128b2e80c1902ac554b30b9afb23fa Mon Sep 17 00:00:00 2001 From: jasper Date: Thu, 4 Dec 2025 14:37:38 +0100 Subject: [PATCH] Update compose.yaml --- compose.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/compose.yaml b/compose.yaml index 7504aae..2fe00c8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,4 +1,3 @@ - services: # gluetun: # image: qmcgaw/gluetun @@ -66,8 +65,8 @@ services: - WEBUI_PORT=8080 - TORRENTING_PORT=6881 volumes: - - /path/to/qbittorrent/appdata:/config - - /path/to/downloads:/downloads #optional + - /srv/appdata/qbittorrent:/config + - /mnt/media/downloads:/downloads #optional ports: - 8080:8080 - 6881:6881