Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- gluetun:
- image: ghcr.io/qdm12/gluetun:latest
- container_name: gluetun
- cap_add:
- - NET_ADMIN
- devices:
- - /dev/net/tun:/dev/net/tun
- ports:
- - 8000:8000/tcp
- - 30000:3000 # Firefox http
- - 30010:3001 # Firefox https
- environment:
- - VPN_SERVICE_PROVIDER=custom
- - VPN_TYPE=wireguard
- - VPN_PORT_FORWARDING=on
- - VPN_PORT_FORWARDING_PROVIDER=protonvpn
- volumes:
- - /gluetun:/gluetun
- - /config.toml:/gluetun/auth/config.toml:ro
- restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement