homeserver/docker/additional-stacks/gluetun/gluetun.yml

21 lines
363 B
YAML

services:
gluetun:
image: qmcgaw/gluetun:v3.38
container_name: gluetun
cap_add:
- NET_ADMIN
environment:
- VPN_SERVICE_PROVIDER=custom
- VPN_TYPE=wireguard
volumes:
- ${APPS_DIR}/gluetun:/gluetun
networks:
- gluetun
ports:
# qbittorrent
- '8183:8183'
networks:
gluetun:
name: gluetun