Removed Qbittorrent

This commit is contained in:
2025-10-23 14:39:51 +00:00
parent 67996ade86
commit 7942dba84e
2 changed files with 0 additions and 19 deletions

View File

@@ -1,5 +0,0 @@
PUID=
PGID=
TZ=
WEBUI_PORT=
TORRENTING_PORT=

View File

@@ -1,14 +0,0 @@
services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
hostname: qbittorrent.jojo
volumes:
- ./config:/config
# - /mnt/c/Users/$USER/Downloads/:/downloads #optional
- ~/Downloads/:/downloads
ports:
- 5555:8080
- 6881:6881
- 6881:6881/udp
restart: unless-stopped