mirror of
https://github.com/truenas/charts.git
synced 2026-04-26 19:42:14 +08:00
13 lines
340 B
YAML
13 lines
340 B
YAML
runAsContext:
|
|
- userName: root
|
|
groupName: root
|
|
gid: 0
|
|
uid: 0
|
|
description: AdGuard Home requires root privileges to bind to privileged ports
|
|
capabilities:
|
|
- name: NET_BIND_SERVICE
|
|
description: This is used by the DHCP and DNS service
|
|
- name: NET_RAW
|
|
description: This is used by the DHCP service
|
|
hostMounts: []
|