You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to modify this code to allow a different path to the config, and to point to a different location for saving any files needed to persist between instances? This would easily allow the project to be run from a docker container with a volume (bind mount) for the config and other persistent files.
The text was updated successfully, but these errors were encountered:
You can set it to anywhere you'd like (it defaults to the current user's home directory), and back up all the data there. Any of the Docker volumes can be backed up using normal Docker methods—though I'm also planning on adding more docs around how to do good backups for anything persistent in this issue: #7
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
Please read this blog post to see the reasons why I mark issues as stale.
Is it possible to modify this code to allow a different path to the config, and to point to a different location for saving any files needed to persist between instances? This would easily allow the project to be run from a docker container with a volume (bind mount) for the config and other persistent files.
The text was updated successfully, but these errors were encountered: