mirror of
https://github.com/nold360/hive-apps
synced 2025-01-11 16:24:55 +00:00
fix(gluetun): app cap NET_RAW
This commit is contained in:
parent
7496a9ba82
commit
966479b1d1
1 changed files with 2 additions and 1 deletions
|
@ -104,8 +104,9 @@ addons:
|
||||||
|
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
add:
|
add :
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
- NET_RAW
|
||||||
|
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
Loading…
Reference in a new issue