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
|
||||
mountPath: /tmp
|
||||
- name: run
|
||||
mountPath: /run/supervisord
|
||||
mountPath: /run
|
||||
- name: logs
|
||||
mountPath: /var/log/supervisord
|
||||
subPath: supervisord
|
||||
|
|
Loading…
Reference in New Issue