Page 1 of 1

Possible error on Gluetun default config

Posted: Sat Nov 18, 2023 11:51 am
by borjazombi

Hey-o
Since I don't use Mullvad, I gave the gluetun github wiki a read to configure my provider. Mullvad doesn't need it, but for mine you needed to place 2 files with your keys and certs on your config folder.

The problem is that the yams docker-compose file has:
volumes:
- ${INSTALL_DIRECTORY}/config/gluetun:/config
But according to the gluetun github wiki, you need:
volumes:
- ${INSTALL_DIRECTORY}/config/gluetun:/gluetun

Maybe I'm wrong and it's ok either way, but I only got it working when I made that change.

Cheers :D


Re: Possible error on Gluetun default config

Posted: Sat Nov 18, 2023 12:12 pm
by rogs

Hey @borjazombi!

Thank you for the report! What VPN are you using?


Re: Possible error on Gluetun default config

Posted: Sat Nov 18, 2023 12:17 pm
by borjazombi

I use AirVPN.
I followed the configuration here: https://github.com/qdm12/gluetun-wiki/b ... /airvpn.md


Re: Possible error on Gluetun default config

Posted: Sat Nov 18, 2023 12:23 pm
by rogs

Yes, it looks like you are right!

I'll look at this issue later. Thank you for the report!


Re: Possible error on Gluetun default config

Posted: Sat Nov 18, 2023 12:27 pm
by borjazombi

No problem, thank you for all your work :D