We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
thanks for this great app! I'm running takenote as a docker image and would like to persist my data using a volume mount.
docker run \ -e CLIENT_ID=xxx \ -e CLIENT_SECRET=xxxx \ -e NODE_ENV=development \ -p 5000:5000 \ -v $(pwd):<path??> takenote:mytag
Where does takenote save files within the image?
Cheers Chris
The text was updated successfully, but these errors were encountered:
TakeNote does not persist anything currently - it's just using local storage.
Sorry, something went wrong.
Hi there thanks for your fast reply! Is there another way to backup notes?
This application is still a work in progress. Discussion on GitHub integration and persistence is here: #165
Interesting! Thanks for sharing! :-)
No branches or pull requests
Hi there,
thanks for this great app! I'm running takenote as a docker image and would like to persist my data using a volume mount.
Where does takenote save files within the image?
Cheers
Chris
The text was updated successfully, but these errors were encountered: