Docker persistent storage
arunoruto opened this issue · 1 comments
arunoruto commented
I guess when using https://<url>/<file-name>
we create a new file to be edited. I do want the files to be stored persistently. How can I achieve this in docker? I can't even use docker exec -it <container-name> sh
(or any other shell) to explore the directory structure. tl;dr: what folder to mount using docker, to have possible persistent storage? (maybe include it in the README.md)
max-tet commented
I second this. The data must be persisted somewhere so probably the location just has to be documented. Maybe with an example of a docker command.