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