--- services: qbittorrentvpn: image: markusmcnugen/qbittorrentvpn container_name: qbittorrent-vpn privileged: true environment: - VPN_USERNAME=redacted - VPN_PASSWORD=redacted - PUID=1001 - PGID=100 - WEBUI_PORT=8080 - VPN_ENABLED=yes - LAN_NETWORK=192.168.1.0/24 - NAME_SERVERS=8.8.8.8,8.8.4.4 - UMASK=002 - TZ=America/New_York ports: - 8080:8080 # - 9999:9999 # - 9999:9999/udp volumes: - CHANGE_TO_COMPOSE_DATA_PATH/qbittorrent-vpn/config:/config - CHANGE_TO_COMPOSE_DATA_PATH/qbittorrent-vpn/downloads:/downloads restart: unless-stopped