From c82b028415478c03a2bc6e8fb0af8280af50969c Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Sat, 29 Mar 2025 15:40:23 +0100 Subject: [PATCH] Update docker-compose-with-gluetun.yml --- docker-compose-with-gluetun.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker-compose-with-gluetun.yml b/docker-compose-with-gluetun.yml index bded801..3f7eb66 100644 --- a/docker-compose-with-gluetun.yml +++ b/docker-compose-with-gluetun.yml @@ -19,8 +19,11 @@ services: - NET_ADMIN devices: - /dev/net/tun:/dev/net/tun + volumes: + - ./wg0.conf:/gluetun/wireguard/wg0.conf:ro environment: - [REPLACE THIS] + - VPN_SERVICE_PROVIDER=custom + - VPN_TYPE=wireguard acme: image: neilpang/acme.sh:latest # https://github.com/acmesh-official/acme.sh/wiki/Run-acme.sh-in-docker