docker-qbittorrentvpn
docker-qbittorrentvpn copied to clipboard
Cannot find device "wg0"
Hi, I am trying to get this container running for the first time. I am using wireguard form Mullvad as my VPN. Here is my .yml, wg0.conf and logs. Thank you so much for your help!!
docker-compose.yml version: '3.3' services: qbittorrentvpn: privileged: true volumes: - './:/config' - 'D:/Dockershare:/downloads' environment: - VPN_ENABLED=yes - VPN_TYPE=wireguard - LAN_NETWORK=192.168.0.0/16 ports: - '8080:8080' restart: unless-stopped image: dyonr/qbittorrentvpn
wg0.conf `[Interface] PrivateKey = redacted Address = 10.65.4.111/32 DNS = 10.64.0.1
[Peer] PublicKey = redacted AllowedIPs = 0.0.0.0/0 Endpoint = 204.152.216.113:51820`
Here is my log:
For me (using Portainer) adding the NET_ADMIN capability fixed this.