mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2025-12-06 18:23:21 +00:00
Update README.md
This commit is contained in:
@@ -37,10 +37,11 @@ $ docker run --privileged -d \
|
|||||||
| `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 | Required| Function | Example |
|
| Port | Proto | Required| Function | Example |
|
||||||
|----------|----------|----------|----------|
|
|----------|----------|----------|----------|
|
||||||
| `8080` | Yes | qBittorrent WebUI | `8080:8080`|
|
| `8080` | TCP | Yes | qBittorrent WebUI | `8080:8080`|
|
||||||
| `8999` | Yes | Default download path for torrents | `VPN_ENABLED=yes`|
|
| `8999` | TCP | Yes | Default download path for torrents | `8999:8999`|
|
||||||
|
| `8999` | UDP | Yes | Default download path for torrents | `8999:8999/udp`|
|
||||||
|
|
||||||
## Access the WebUI
|
## Access the WebUI
|
||||||
Access http://IPADDRESS:8080 from a browser on the same network.
|
Access http://IPADDRESS:8080 from a browser on the same network.
|
||||||
|
|||||||
Reference in New Issue
Block a user