Add SSD_DOWNLOADS_PATH for qbittorrent

This commit is contained in:
2025-06-22 19:56:03 +05:30
parent 4341c63e9b
commit 68e8abae87

View File

@@ -11,6 +11,7 @@ services:
volumes:
- ${APPDATA_PATH}/qbittorrent/config:/config
- ${DOWNLOADS_PATH}:/downloads
- ${SSD_DOWNLOADS_PATH}:/ssd-downloads
ports:
- "${WEBUI_PORT}:${WEBUI_PORT}"
- "${TORRENTING_PORT}:${TORRENTING_PORT}"