makakam

qbit

Jan 24th, 2023
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. version: "3.7"
  2.  
  3. services:
  4. qbittorrent:
  5. container_name: qbittorrent
  6. image: cr.hotio.dev/hotio/qbittorrent
  7. ports:
  8.  
  9. "8082:8080"
  10. 59222:59222
  11. 59222:59222/udp
  12. environment:
  13. PUID=1000
  14. PGID=1000
  15.  
  16. TZ=Europe/Warsaw
  17.  
  18. volumes:
  19. /var/media/CR/qbit:/config
  20. /var/media/CE/seed:/dl
  21. restart: unless-stopped
Add Comment
Please, Sign In to add comment