extraArgs:

- chmod o+rwx /etc/passwd
    - chmod o+rwx /etc/group
This commit is contained in:
miwr 2025-04-01 11:15:20 +02:00
parent 2dc751b5e3
commit cda3fc8179

View file

@ -49,6 +49,10 @@ server:
name: host-log-storage name: host-log-storage
readOnly: false readOnly: false
extraArgs:
- chmod o+rwx /etc/passwd
- chmod o+rwx /etc/group
postStart: postStart:
- sh - sh
- -c - -c