metadata.yaml 777 B

123456789101112131415161718
  1. runAsContext:
  2. - userName: root
  3. groupName: root
  4. gid: 0
  5. uid: 0
  6. description: Nginx Proxy Manager requires root privileges to start the nginx process.
  7. capabilities:
  8. - name: SETUID
  9. description: Nginx Proxy Manager requires this ability to switch user for sub-processes.
  10. - name: SETGID
  11. description: Nginx Proxy Manager requires this ability to switch group for sub-processes.
  12. - name: CHOWN
  13. description: Nginx Proxy Manager requires this ability to chown files.
  14. - name: FOWNER
  15. description: Nginx Proxy Manager requires this ability to bypass file ownership checks for it's sub-processes.
  16. - name: DAC_OVERRIDE
  17. description: Nginx Proxy Manager requires this ability to bypass file permission checks for it's sub-processes.
  18. hostMounts: []