mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
Update docker-compose.yml
This commit is contained in:
parent
dd1a3e2ea9
commit
b4d314f6db
@ -3,12 +3,14 @@ openvpn:
|
|||||||
privileged: true
|
privileged: true
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
- "8999:8999"
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /your/config/path/:/config
|
- /your/config/path/:/config
|
||||||
- /your/downloads/path/:/downloads
|
- /your/downloads/path/:/downloads
|
||||||
environment:
|
environment:
|
||||||
OPENVPN_USERNAME: username
|
VPN_ENABLED: yes
|
||||||
OPENVPN_PASSWORD: password
|
LAN_NETWORK: 192.168.1.0/24
|
||||||
|
NAME_SERVERS: 8.8.8.8,8.8.4.4
|
||||||
PUID: UID
|
PUID: UID
|
||||||
PGID: GID
|
PGID: GID
|
||||||
|
Loading…
Reference in New Issue
Block a user