extraArgs:

- |
      chmod o+rwx /etc/passwd
      chmod o+rwx /etc/group
This commit is contained in:
miwr 2025-04-01 11:16:07 +02:00
parent cda3fc8179
commit de3194062d

View file

@ -50,8 +50,9 @@ server:
readOnly: false
extraArgs:
- chmod o+rwx /etc/passwd
- chmod o+rwx /etc/group
- |
chmod o+rwx /etc/passwd
chmod o+rwx /etc/group
postStart:
- sh