Hi! I had some troubles with the latest build (mentioned in #92) so I reverted to 305151e. However, that won't work either since it says this:
INFO: Found OpenVPN configuration: "sweden" for provider "NORDVPN" using it
[cont-init.d] 02-setup-openvpn: exited 0.
[cont-init.d] 03-setup-iptables: executing...
ERROR could not find VPN_HOSTS_AND_PORTS in the VPN configuration
[cont-init.d] 03-setup-iptables: exited 1.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.
And the container won't start.
Using docker-compose with these settings (let me know if something else could be wrong, I'm kind of a newbie):
Hi! I had some troubles with the latest build (mentioned in #92) so I reverted to 305151e. However, that won't work either since it says this:
INFO: Found OpenVPN configuration: "sweden" for provider "NORDVPN" using it [cont-init.d] 02-setup-openvpn: exited 0. [cont-init.d] 03-setup-iptables: executing... ERROR could not find VPN_HOSTS_AND_PORTS in the VPN configuration [cont-init.d] 03-setup-iptables: exited 1. [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting.
And the container won't start.
Using docker-compose with these settings (let me know if something else could be wrong, I'm kind of a newbie):
version: "3.3" services: alpine-qbittorrent-openvpn: volumes:
Thanks!