docker-qBittorrentvpn/docker-compose.yml

15 lines
320 B
YAML
Raw 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"
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:
OPENVPN_USERNAME: username
OPENVPN_PASSWORD: password
2018-02-02 21:15:59 -05:00
PUID: UID
PGID: GID