Fix(nextcloud): Permission denied on /var/run/...

This commit is contained in:
nold 2022-09-06 18:18:36 +02:00
parent 68caa11b31
commit d6f8896670

View file

@ -43,9 +43,13 @@ nextcloud:
extraVolumes:
- name: nginx-cache
emptyDir: {}
- name: nginx-run
emptyDir: {}
extraVolumeMounts:
- mountPath: /var/cache/nginx
name: nginx-cache
- mountPath: /var/run
name: nginx-run
phpConfigs:
memory_limit.conf: |