Update file names and remove useless things

This commit is contained in:
2026-02-24 19:39:55 +05:30
parent 9fe8704abe
commit 98617d8a21
55 changed files with 0 additions and 89 deletions

View File

@@ -0,0 +1,19 @@
services:
qbittorrent:
image: ghcr.io/linuxserver/qbittorrent:5.1.2
container_name: qbittorrent
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
- WEBUI_PORT=${WEBUI_PORT}
- TORRENTING_PORT=${TORRENTING_PORT}
volumes:
- ${APPDATA_PATH}/qbittorrent/config:/config
- ${DOWNLOADS_PATH}:/downloads
- ${SSD_DOWNLOADS_PATH}:/ssd-downloads
ports:
- "${WEBUI_PORT}:${WEBUI_PORT}"
- "${TORRENTING_PORT}:${TORRENTING_PORT}"
- "${TORRENTING_PORT}:${TORRENTING_PORT}/udp"
restart: unless-stopped