Installation
Gluetun can be installed by following the Portainer guide for creating a new stack. Learn about configuring a Docker stacks. This service is used in combination with additional containers to route their Internet traffic through a VPN.
Use the following Docker Compose code to run this app:
---
services:
gluetun:
image: qmcgaw/gluetun
restart: unless-stopped
cap_add:
- NET_ADMIN
environment:
- VPN_SERVICE_PROVIDER=
- VPN_TYPE=
- OPENVPN_USER=
- OPENVPN_PASSWORD=
- SERVER_REGIONS=
ports:
# Connected Application Ports
- "0.0.0.0:9191:9191"
- "0.0.0.0:6881:6881