Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker persistent storage #11

Open
arunoruto opened this issue Jun 4, 2022 · 1 comment
Open

Docker persistent storage #11

arunoruto opened this issue Jun 4, 2022 · 1 comment

Comments

@arunoruto
Copy link

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
Copy link

max-tet commented Jul 25, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants