docker-qBittorrentvpn/docker-compose.yml

17 lines
363 B
YAML
Raw Permalink Normal View History

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