docker-qBittorrentvpn/docker-compose.yml
2018-02-02 21:15:59 -05:00

15 lines
320 B
YAML

openvpn:
image: markusmcnugen/qbittorrentvpn
privileged: true
ports:
- "9091:9091"
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