docker-qBittorrentvpn
docker-qBittorrentvpn copied to clipboard
open vpn file error
Getting following issue when starting the container
2023-08-24 06:02:54.603233 [info] VPN_ENABLED defined as 'yes'
2023-08-24 06:02:54.823568 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/my_expressvpn_mexico_udp.ovpn
sed: cannot rename /config/openvpn/sedfLnAQP: Device or resource busy
Is there anything else I'd need to configure?
This was a file permission error on how I mounted the file into the container. Have to make sure that how you mount the file, the container has write access to it.