Docker installation configuration qbittorrent

 
 

Get a mirror

 
 


 
 
docker pull linuxserver/qbittorrent
 
  
 
 

Port Mapping

 
  
 
 

webui 8080:8080

 
  
 
 

Data 8999: 8999 8999: 8999 (UDP))

 
  
 
 

Docker best not to use the default port 6881. We need to change the default port 8999 in which the webui wait for the next start.

 
  
 
 

Volume mapping

 
  
 
 
Host/volume Path in container
/home/qbittorrent/config /config
/data /downloads
 
  
 
 

Modify the listening port

 
  
 
 

Start vessels, landing webui, change the default port is 8999. (or change to another port, of course, correspond to the port and a second portion) in the Connections tab.

webui default user name and password is admin / adminadmin.

 
  
 
  

 
 
  
 
 

Modify the disk cache

 
  
 
 

Close qb, open config / qBittorrent / qBittorrent.conf, the following configuration items Downloads increase in Preferences \ DiskWriteCacheSize = 1024, M units

 
  
 
 

 

 
 

Guess you like

Origin www.cnblogs.com/haisong1991/p/11442639.html