mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
15 lines
320 B
YAML
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
|