fix: run nextcloud cron as www-data (uid 33)
This commit is contained in:
parent
12fcf7b62b
commit
3e5ec440cf
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ spec:
|
|||
template:
|
||||
spec:
|
||||
restartPolicy: OnFailure
|
||||
securityContext:
|
||||
runAsUser: 33
|
||||
runAsGroup: 33
|
||||
containers:
|
||||
- name: nextcloud-cron
|
||||
image: nextcloud:33
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue