Search found 1 match

by kkpp
Mon Mar 25, 2024 2:30 pm
Forum: Docker
Topic: setting up default download location
Replies: 1
Views: 11981

setting up default download location

I'm running qBittorrent through docker. It is the first time I'm using it. here is the code --- 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: - /path...