docker-qBittorrentvpn/docker-compose.yml
2018-02-02 21:16:39 -05:00

15 lines
320 B
YAML

openvpn:
image: markusmcnugen/qbittorrentvpn
privileged: true
ports:
- "8080:8080"
volumes:
- /etc/localtime:/etc/localtime:ro
- /your/config/path/:/config
- /your/downloads/path/:/downloads
environment:
OPENVPN_USERNAME: username
OPENVPN_PASSWORD: password
PUID: UID
PGID: GID