Skip to content

Instantly share code, notes, and snippets.

@dmpanch
dmpanch / docker-compose.yml
Created April 25, 2024 21:12
qbittorrent + telegram bot + plex + timemachine
version: '3.9'
services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- WEBUI_PORT=8080