Hi,
yeah no worries since I am only going to use one connection I can still use this port or I will just request another port for a different device?
Anyhow this is the fixed config... I was stupid reading forum entries on how to set it up when it was all correctly stated in the readme.... :
version: "3"
services:
gluetun:
image: qmcgaw/gluetun
cap_add:
- NET_ADMIN
networks:
mvl-200:
ipv4_address: 10.60.1.5
ports:
- 41870:41870
- 41870:41870/udp
- 80:80
environment:
- VPN_SERVICE_PROVIDER=airvpn
- VPN_TYPE=wireguard
- WIREGUARD_PRIVATE_KEY=xxxxxxxxxxxx
- WIREGUARD_PRESHARED_KEY=xxxxxxxxxxxx
- WIREGUARD_ADDRESSES=xxxxxxxxxxxxxx
- SERVER_COUNTRIES=Netherlands
- FIREWALL_VPN_INPUT_PORTS=xxxxxxxxxxxx
volumes:
- /media/glueton:/gluetun
maybe somebody as dumb as me googles this and it helps^^