Update docker-compose-with-gluetun.yml
This commit is contained in:
parent
de80d256ae
commit
c82b028415
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue