cleanup | add includes for docker-compose files
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m6s
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m6s
This commit is contained in:
@@ -18,32 +18,10 @@ will automatically stop the network if the VPN is not functioning correctly.
|
||||
|
||||
## Docker Compose Example
|
||||
|
||||
``` yaml
|
||||
# qbittorrentvpn - docker compose
|
||||
## https://hub.docker.com/r/dyonr/qbittorrentvpn
|
||||
---
|
||||
version: "2"
|
||||
services :
|
||||
qbittorrentvpn:
|
||||
container_name: qbittorrentvpn
|
||||
privileged: true
|
||||
image: dyonr/qbittorrentvpn
|
||||
environment :
|
||||
- VPN_ENABLED=true
|
||||
- VPN_USERNAME=VPN_USERNAME
|
||||
- VPN_PASSWORD=VPN_PASSWORD
|
||||
- LAN_NETWORK=10.0.0.0/24
|
||||
- WEBUI_PORT_ENV=8080
|
||||
- INCOMING_PORT_ENV=8999
|
||||
ports :
|
||||
- 8080:8080
|
||||
- 8999:8999
|
||||
- 8999:8999/udp
|
||||
volumes :
|
||||
- /app/QBittorrent/config:/config
|
||||
- /mnt/store/MediaServer/torrent:/downloads
|
||||
restart: unless-stopped
|
||||
```yaml
|
||||
{{<include "/srv/configs/docker_compose/qbittorrentvpn/docker-compose.yaml">}}
|
||||
```
|
||||
|
||||
To set up the VPN you will need to have an existing account with a VPN service.
|
||||
Username & Password for the vpn will be provided as a key by your vpn service.
|
||||
In my case I use Surfshark and have to go log into my account, navigate to the
|
||||
|
||||
Reference in New Issue
Block a user