Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- version: "3.7"
- services:
- qbittorrent:
- container_name: qbittorrent
- image: cr.hotio.dev/hotio/qbittorrent
- ports:
- "8082:8080"
- 59222:59222
- 59222:59222/udp
- environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Warsaw
- volumes:
- /var/media/CR/qbit:/config
- /var/media/CE/seed:/dl
- restart: unless-stopped
Add Comment
Please, Sign In to add comment