mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 12:09:29 +00:00
Fix(nextcloud): Permission denied on /var/run/...
This commit is contained in:
parent
68caa11b31
commit
d6f8896670
1 changed files with 4 additions and 0 deletions
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue