paperless-ngx: Make /run writable
The latest version of Paperless-ngx needs a writable `/run` or it will not even start.pull/60/head
parent
92cf2c1b77
commit
721d82eac3
|
@ -126,7 +126,7 @@ spec:
|
||||||
- name: tmp
|
- name: tmp
|
||||||
mountPath: /tmp
|
mountPath: /tmp
|
||||||
- name: run
|
- name: run
|
||||||
mountPath: /run/supervisord
|
mountPath: /run
|
||||||
- name: logs
|
- name: logs
|
||||||
mountPath: /var/log/supervisord
|
mountPath: /var/log/supervisord
|
||||||
subPath: supervisord
|
subPath: supervisord
|
||||||
|
|
Loading…
Reference in New Issue