Files
chart/community/nginx-proxy-manager/1.0.34/metadata.yaml
2024-10-21 12:56:04 +00:00

19 lines
777 B
YAML

runAsContext:
- userName: root
groupName: root
gid: 0
uid: 0
description: Nginx Proxy Manager requires root privileges to start the nginx process.
capabilities:
- name: SETUID
description: Nginx Proxy Manager requires this ability to switch user for sub-processes.
- name: SETGID
description: Nginx Proxy Manager requires this ability to switch group for sub-processes.
- name: CHOWN
description: Nginx Proxy Manager requires this ability to chown files.
- name: FOWNER
description: Nginx Proxy Manager requires this ability to bypass file ownership checks for it's sub-processes.
- name: DAC_OVERRIDE
description: Nginx Proxy Manager requires this ability to bypass file permission checks for it's sub-processes.
hostMounts: []