mirror of
https://github.com/nold360/hive-apps
synced 2025-01-27 09:32:51 +00:00
update(gluetun)
This commit is contained in:
parent
966479b1d1
commit
48a125d143
1 changed files with 5 additions and 0 deletions
|
@ -83,6 +83,10 @@ persistence:
|
||||||
addons:
|
addons:
|
||||||
vpn:
|
vpn:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
gluetun:
|
||||||
|
image:
|
||||||
|
repository: ghcr.io/qdm12/gluetun
|
||||||
|
tag: v3.40.0
|
||||||
|
|
||||||
env:
|
env:
|
||||||
VPN_SERVICE_PROVIDER: mullvad
|
VPN_SERVICE_PROVIDER: mullvad
|
||||||
|
@ -103,6 +107,7 @@ addons:
|
||||||
name: wireguard-config
|
name: wireguard-config
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
|
privileged: true
|
||||||
capabilities:
|
capabilities:
|
||||||
add :
|
add :
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
|
Loading…
Add table
Reference in a new issue