Closed Jazih closed 12 months ago
Can you share the vpn container logs ? (Make sure to redact any IP address and any sensitive info if visible in logs) What is the version of docker and docker compose you are using ?
I'm using docker version 20.10.5 and docker compose version 2.21.0
I found the issue in the vpn log, it seems I copied over the environment variable OPENVPN_USER as OPENVPN_USERNAME which was throwing OpenVPN off. Thanks!
I had several issues building this container, most of which I managed to get through. One such issue was that I couldn't specify the static IP addresses for radarr and sonarr due to this error:
I got around this by removing the docker network 'mynetwork' that was set up in the beginning, and reran that command as:
docker network create --gateway 172.21.0.1 --subnet 172.21.0.0/24 mynetwork
Since then the vpn image has been constantly restarting and no ports are listed for qbittorrent and prowlarr when running docker ps -a. I can't access them through browser, whereas all other images like radarr and sonarr are working.
Here's my compose file:
Not sure what I've done wrong here, but any pointers would be great, thanks!