mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2025-12-06 10:13:21 +00:00
Update README.md
This commit is contained in:
@@ -22,7 +22,7 @@ $ docker run --privileged -d \
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Environment Variables
|
### Environment Variables
|
||||||
| Variable | Required| Function | Example |
|
| Variable | Required | Function | Example |
|
||||||
|----------|----------|----------|----------|
|
|----------|----------|----------|----------|
|
||||||
|`VPN_ENABLED`| Yes | Enable VPN? (yes\|no) Default:yes|`VPN_ENABLED=yes`|
|
|`VPN_ENABLED`| Yes | Enable VPN? (yes\|no) Default:yes|`VPN_ENABLED=yes`|
|
||||||
|`LAN_NETWORK`| Yes | Local Network with CIDR notation |`LAN_NETWORK=192.168.1.0/24`|
|
|`LAN_NETWORK`| Yes | Local Network with CIDR notation |`LAN_NETWORK=192.168.1.0/24`|
|
||||||
@@ -31,14 +31,14 @@ $ docker run --privileged -d \
|
|||||||
|`PGID`| No | GID applied to config files and downloads |`PGID=100`|
|
|`PGID`| No | GID applied to config files and downloads |`PGID=100`|
|
||||||
|
|
||||||
### Volumes
|
### Volumes
|
||||||
| Volume | Required| Function | Example |
|
| Volume | Required | Function | Example |
|
||||||
|----------|----------|----------|----------|
|
|----------|----------|----------|----------|
|
||||||
| `config` | Yes | qBittorrent and OpenVPN config files | `/your/config/path/:/config`|
|
| `config` | Yes | qBittorrent and OpenVPN config files | `/your/config/path/:/config`|
|
||||||
| `downloads` | No | Default download path for torrents | `/your/downloads/path/:/downloads`|
|
| `downloads` | No | Default download path for torrents | `/your/downloads/path/:/downloads`|
|
||||||
|
|
||||||
### Ports
|
### Ports
|
||||||
| Port | Proto | Required| Function | Example |
|
| Port | Proto | Required | Function | Example |
|
||||||
|----------|----------|----------|----------|
|
|----------|----------|----------|----------|----------|
|
||||||
| `8080` | TCP | Yes | qBittorrent WebUI | `8080:8080`|
|
| `8080` | TCP | Yes | qBittorrent WebUI | `8080:8080`|
|
||||||
| `8999` | TCP | Yes | Default download path for torrents | `8999:8999`|
|
| `8999` | TCP | Yes | Default download path for torrents | `8999:8999`|
|
||||||
| `8999` | UDP | Yes | Default download path for torrents | `8999:8999/udp`|
|
| `8999` | UDP | Yes | Default download path for torrents | `8999:8999/udp`|
|
||||||
|
|||||||
Reference in New Issue
Block a user