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: extraVolumes:
- name: nginx-cache - name: nginx-cache
emptyDir: {} emptyDir: {}
- name: nginx-run
emptyDir: {}
extraVolumeMounts: extraVolumeMounts:
- mountPath: /var/cache/nginx - mountPath: /var/cache/nginx
name: nginx-cache name: nginx-cache
- mountPath: /var/run
name: nginx-run
phpConfigs: phpConfigs:
memory_limit.conf: | memory_limit.conf: |