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