docker-qBittorrentvpn/docker-compose.yml

17 lines
363 B
YAML
Raw Normal View History

2015-08-15 15:43:12 +00:00
openvpn:
2018-02-03 02:15:59 +00:00
image: markusmcnugen/qbittorrentvpn
2015-08-15 15:43:12 +00:00
privileged: true
ports:
2018-02-03 02:16:39 +00:00
- "8080:8080"
2018-02-05 06:23:02 +00:00
- "8999:8999"
2015-08-15 15:43:12 +00:00
volumes:
- /etc/localtime:/etc/localtime:ro
2018-02-03 02:15:59 +00:00
- /your/config/path/:/config
- /your/downloads/path/:/downloads
2015-08-15 15:43:12 +00:00
environment:
2018-02-05 06:23:02 +00:00
VPN_ENABLED: yes
LAN_NETWORK: 192.168.1.0/24
NAME_SERVERS: 8.8.8.8,8.8.4.4
2018-02-03 02:15:59 +00:00
PUID: UID
PGID: GID