qbittorrent
> updates
This commit is contained in:
parent
70e9f4a5f2
commit
f6c90ff9cd
@ -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.
|
||||
<details>
|
||||
<summary><strong>docker-compose-qbittorrent.yml</strong> notes</summary>
|
||||
</br></br>
|
||||
</br>
|
||||
This will create two services or containers called **qbittorrent** and **qbittorrent-openvpn**.
|
||||
|
||||
### `qbittorrent` container
|
||||
@ -98,7 +98,7 @@ A script that will be executed when the `qbittorrent` container is starting.
|
||||
|
||||
<details>
|
||||
<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.
|
||||
|
||||
- **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:
|
||||
qbittorrent:
|
||||
image: linuxserver/qbittorrent:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user