Uploading Everything

Uploading Every Docker Compose YML file to the Repo
This commit is contained in:
2026-02-12 17:12:19 +02:00
commit fe628b774f
38 changed files with 1273 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- WEBUI_PORT=8080
- TORRENTING_PORT=6881
volumes:
- C:\Docker\AppData\qbittorrent\appdata:/config
- C:\Users\MohandL3G\Downloads\Torrentz:/downloads #optional
ports:
- 8080:8080
- 6881:6881
- 6881:6881/udp
restart: unless-stopped