gluetun: change to wireguard
This commit is contained in:
Binary file not shown.
+9
-11
@@ -1,8 +1,8 @@
|
||||
---
|
||||
services:
|
||||
gluetun:
|
||||
gluetun-japan-wireguard:
|
||||
image: qmcgaw/gluetun
|
||||
container_name: gluetun-japan
|
||||
container_name: gluetun-japan-wireguard
|
||||
# line above must be uncommented to allow external containers to connect.
|
||||
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md#external-container-to-gluetun
|
||||
cap_add:
|
||||
@@ -22,14 +22,12 @@ services:
|
||||
- ../secrets/protonvpn.env
|
||||
environment:
|
||||
# See https://github.com/qdm12/gluetun-wiki/tree/main/setup#setup
|
||||
- VPN_SERVICE_PROVIDER=protonvpn
|
||||
- VPN_TYPE=openvpn
|
||||
# OpenVPN:
|
||||
# - OPENVPN_USER=
|
||||
# - OPENVPN_PASSWORD=
|
||||
- TZ=${TZ}
|
||||
- SERVER_COUNTRIES=Japan
|
||||
- HTTPPROXY=on
|
||||
VPN_SERVICE_PROVIDER: protonvpn
|
||||
FREE_ONLY: on
|
||||
VPN_TYPE: wireguard
|
||||
TZ: ${TZ}
|
||||
SERVER_COUNTRIES: Japan
|
||||
HTTPPROXY: on
|
||||
# Server list updater
|
||||
# See https://github.com/qdm12/gluetun-wiki/blob/main/setup/servers.md#update-the-vpn-servers-list
|
||||
- UPDATER_PERIOD=
|
||||
UPDATER_PERIOD:
|
||||
Reference in New Issue
Block a user