mirror of
https://github.com/nold360/hive-apps
synced 2024-12-23 06:01:18 +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:
|
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: |
|
||||||
|
|
Loading…
Reference in a new issue