mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix wrong mountpath
We're saving the files to /uploads. If the maintenance-worker does not mount the uploads persistent volume there, we don't get persistent files.
This commit is contained in:
parent
7cb77c8c8d
commit
e1a113e7e4
@ -18,7 +18,7 @@
|
||||
readOnly: false
|
||||
mountPath: /root/.ssh
|
||||
- name: uploads
|
||||
mountPath: /nitro-backend/public/uploads
|
||||
mountPath: /uploads
|
||||
- name: neo4j-data
|
||||
mountPath: /data/
|
||||
volumes:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user