Open dilllxd opened 11 months ago
According to https://stackoverflow.com/a/40182520:
EAI_AGAIN is a DNS lookup timed out error
Can you try if curl https://google.com/
works? Probably you are missing DNS servers on your server or they are blocked/unreachable because of VPN.
You can manually add 8.8.8.8
to /etc/hosts
.
Result of curl, the machine still seems to have full internet access and all my other docker containers and programs are running well.
Slight update, managed to get it to build by doing docker build "/mnt/storage/nekovpn/ovpn-nodejs" --no-cache --network=host
, and then I just made docker compose use the image that was generated from that build. Other than it just not wanting to build, works great :)
Interesting, seems like there was an issue with docker connectivity.
Hi! Currently my plan is to run a couple neko rooms and run one of them through neko-vpn, however I'm having trouble building the container. These are my current configs with some stuff redacted/changed for privacy/security, not really sure where I'm messing up. If you need anything else let me know. I also am not using traefik :)
Build Error
Docker Compose for nekovpn
and this is my file structure
/mnt/storage/nekovpn
/mnt/storage/nekovpn/vpn
/mnt/storage/nekovpn/.env
/mnt/storage/nekovpn/vpn/miami.ovpn
/mnt/storage/nekovpn/vpn/.auth