mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
updated qbit readme
This commit is contained in:
+1
-14
@@ -15,8 +15,8 @@ The container will fail to boot if VPN_ENABLED is set and there is no valid INTE
|
|||||||
Recommended INTERFACE names include wg0 or wgvpn0 or even wgmgmtlan0. However, the number at the end is in fact optional, and really any free-form string [a-zA-Z0-9_=+.-]{1,15} will work. So even interface names corresponding to geographic locations would suffice, such as cincinnati, nyc, or paris, if that's somehow desirable. [source]
|
Recommended INTERFACE names include wg0 or wgvpn0 or even wgmgmtlan0. However, the number at the end is in fact optional, and really any free-form string [a-zA-Z0-9_=+.-]{1,15} will work. So even interface names corresponding to geographic locations would suffice, such as cincinnati, nyc, or paris, if that's somehow desirable. [source]
|
||||||
|
|
||||||
## Ensure Permissions
|
## Ensure Permissions
|
||||||
chmod 600 /path/to/wg0.conf
|
|
||||||
|
|
||||||
|
chmod 600 /path/to/wg0.conf
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
@@ -28,16 +28,3 @@ VOL_PATH=/project-dir/project-name/data #HELP: volpath
|
|||||||
QBT_IMAGE=trigus42/qbittorrentvpn:latest
|
QBT_IMAGE=trigus42/qbittorrentvpn:latest
|
||||||
QBT_PASS=01234567890 #HELP: #HELP: gen32
|
QBT_PASS=01234567890 #HELP: #HELP: gen32
|
||||||
```
|
```
|
||||||
|
|
||||||
extends file
|
|
||||||
```yaml
|
|
||||||
version: '3.4'
|
|
||||||
|
|
||||||
services:
|
|
||||||
qbittorrent:
|
|
||||||
extends:
|
|
||||||
file: ${COOKBOOK}/qbittorrent/docker-compose.yml
|
|
||||||
service: qbittorrent
|
|
||||||
env_file:
|
|
||||||
- .env
|
|
||||||
```
|
|
||||||
Reference in New Issue
Block a user