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