Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ---
  2. version: "2"
  3. services:
  4. qbittorrent:
  5. image: linuxserver/qbittorrent
  6. container_name: qbittorrent
  7. environment:
  8. - PUID=1000
  9. - PGID=1000
  10. - TZ=Europe/London
  11. - UMASK_SET=022
  12. - WEBUI_PORT=8080
  13. volumes:
  14. - </path/to/appdata/config>:/config
  15. - </path/to/downloads>:/downloads
  16. ports:
  17. - 6881:6881
  18. - 6881:6881/udp
  19. - 8080:8080
  20. restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement