add info on where volume is mounted

This commit is contained in:
Girish Ramakrishnan
2020-11-23 17:25:13 -08:00
parent 786a1d0c2a
commit c211428897
3 changed files with 11 additions and 4 deletions
+6 -1
View File
@@ -1366,6 +1366,11 @@
"removeAction": "Remove"
},
"description": "Volumes are directories on the server that can be shared between apps. These may be NFS/SSHFS mounts or external storage disks attached to the server.",
"backupwarning": "Volumes are <i>not</i> backed up. Restoring an app will not restore the volume's content. Please make sure to have a suitable backup plan for each volume."
"backupWarning": "Volumes are <i>not</i> backed up. Restoring an app will not restore the volume's content. Please make sure to have a suitable backup plan for each volume."
},
"storage": {
"mounts": {
"volumeLocation": "Volumes are mounted by volume name in the <code>/media</code> directory of this app."
}
}
}