docker-qBittorrentvpn/docker-compose.yml

15 lines
320 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"
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:
OPENVPN_USERNAME: username
OPENVPN_PASSWORD: password
2018-02-03 02:15:59 +00:00
PUID: UID
PGID: GID