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