This guide uses Docker to run Gluetun.
For Docker installation, see Docker.
Create a directory to store your configuration and compose files.
mkdir -p /opt/gluetun
cd /opt/gluetun
Define a container for Gluetun.
services:
gluetun:
image: gluetun:latest
ports:
- "1194:1194/udp"
Start the container in the background.
docker compose up -d
Any questions?
Feel free to contact us. Find all contact information on our contact page.