Here's my Gluetun configuration if it helps:
services:
gluetun:
image: qmcgaw/gluetun
container_name: gluetun
cap_add:
- NET_ADMIN
environment:
- VPN_SERVICE_PROVIDER=custom
- VPN_TYPE=openvpn
- OPENVPN_CUSTOM_CONFIG=/gluetun/custom.conf
- FIREWALL_VPN_INPUT_PORTS=XYZ
ports:
- 8080:8080 # webui
- XYZ:XYZ/tcp
- XYZ:XYZ/udp
restart: always
volumes:
- ./gluetun:/gluetun
env_file:
- .env
devices:
- /dev/net/tun:/dev/net/tun
Have you specified network_mode: "service:gluetun"
in your docker?
I watched some old Minecraft let’s play a while back and I think it’s gone forever now. Really wish I had somehow downloaded a copy before it just bleeped out.