qbittorrent
> updates
This commit is contained in:
		| @@ -20,7 +20,7 @@ A script that will auto assign a category of an incoming torrent. | |||||||
| This docker-compose file is traditionally used to create and start a container from the command line. For Portainer we can just copy and paste this script into the web editor field. | This docker-compose file is traditionally used to create and start a container from the command line. For Portainer we can just copy and paste this script into the web editor field. | ||||||
| <details> | <details> | ||||||
|   <summary><strong>docker-compose-qbittorrent.yml</strong> notes</summary> |   <summary><strong>docker-compose-qbittorrent.yml</strong> notes</summary> | ||||||
|  </br></br> |  </br> | ||||||
| This will create two services or containers called **qbittorrent** and **qbittorrent-openvpn**. | This will create two services or containers called **qbittorrent** and **qbittorrent-openvpn**. | ||||||
|  |  | ||||||
| ### `qbittorrent` container | ### `qbittorrent` container | ||||||
| @@ -98,7 +98,7 @@ A script that will be executed when the `qbittorrent` container is starting. | |||||||
|  |  | ||||||
| <details> | <details> | ||||||
|   <summary><strong>extra_packages.sh</strong> notes</summary> |   <summary><strong>extra_packages.sh</strong> notes</summary> | ||||||
|  | </br> | ||||||
| This script goes in the `/custom_script` volume folder for **qbittorrent** container. It will install three programs. | This script goes in the `/custom_script` volume folder for **qbittorrent** container. It will install three programs. | ||||||
|  |  | ||||||
| - **python3:** This is the dependant programming language needed. | - **python3:** This is the dependant programming language needed. | ||||||
|   | |||||||
| @@ -5,6 +5,14 @@ | |||||||
| ############################################################################# | ############################################################################# | ||||||
| # | # | ||||||
| # | # | ||||||
|  | #   Make sure to set the folling variables.  | ||||||
|  | #       <USERNAME> | ||||||
|  | #       <SERVER IP ADDRESS>  | ||||||
|  | #       <PROVIDER NAME> | ||||||
|  | #       <PROVIDER USERNAME> | ||||||
|  | #       <PROVIDER PASSWORD> | ||||||
|  | # | ||||||
|  | # | ||||||
| services: | services: | ||||||
|   qbittorrent: |   qbittorrent: | ||||||
|     image: linuxserver/qbittorrent:latest |     image: linuxserver/qbittorrent:latest | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user