-
Hi, Docker-compose file (without qBittorrent part): ---
services:
gluetun:
image: qmcgaw/gluetun
container_name: gluetun
restart: unless-stopped
ports:
- '8010:8000/tcp'
- '8080:8080'
cap_add:
- NET_ADMIN
volumes:
- /etc/wireguard/wg8.conf:/gluetun/wireguard/wg0.conf:ro
environment:
- VPN_SERVICE_PROVIDER=custom
- VPN_TYPE=wireguard
- VPN_PORT_FORWARDING=on
- VPN_PORT_FORWARDING_PROVIDER=protonvpn System:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
https://github.com/qdm12/gluetun-wiki/blob/main/setup/advanced/vpn-port-forwarding.md#test-it |
Beta Was this translation helpful? Give feedback.
The port forwarding works when the container is newly created, only after some days it stops working. But I already moved to hotio containers, as those have built-in vpn support, but thank you