docker-qBittorrentvpn/docker-compose.yml
2018-02-05 01:23:02 -05:00

17 lines
363 B
YAML

openvpn:
image: markusmcnugen/qbittorrentvpn
privileged: true
ports:
- "8080:8080"
- "8999:8999"
volumes:
- /etc/localtime:/etc/localtime:ro
- /your/config/path/:/config
- /your/downloads/path/:/downloads
environment:
VPN_ENABLED: yes
LAN_NETWORK: 192.168.1.0/24
NAME_SERVERS: 8.8.8.8,8.8.4.4
PUID: UID
PGID: GID