v0.1.7
修复
- 容器以非 root 用户运行时,bind mount 的数据目录属主(root)导致 SQLite 无法创建
(unable to open database file);入口脚本现以 root 修复数据目录与数据库文件的属主后
再降权运行,compose 部署开箱即用
What's Changed
- fix(docker): entrypoint fixes data dir ownership for non-root runtime by @27Aaron in #43
- chore: bump version to v0.1.7 by @27Aaron in #44
Full Changelog: v0.1.6...v0.1.7