What's Changed
⚠Breaking changes!⚠
Changed path to sqlite database.
Now instead of specifying path to sqlite file you need to specify path to folder, where sqlite file is located.
Update your docker-compose file.
Before:
Specify path to your sqlite file
{/path/to/bookmarks.sqlite}:/app/db/bookmarks.sqlite
After:
Specify path to your data folder and put sqlite file in there
{/path/to/data}:/app/data
- Docker improvements by @julichan in #44
- Fix dependency by @AlexSciFier in #45
New Contributors
Full Changelog: v1.2.8...v1.3.0