HEL-270: compose 支持 APP_UID/APP_GID 匹配数据目录属主(修 WAL readonly)
Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
git fetch && git checkout release/prod && git pull
|
||||
cd deploy
|
||||
cp .env.example .env # 首次;按上面铁律填写
|
||||
# .env 必设 APP_UID/APP_GID = data/ 目录属主的 uid/gid(宿主机 `id <用户>`),
|
||||
# 否则 SQLite WAL 写库报 readonly
|
||||
TAG=$(git rev-parse --short HEAD) ./deploy.sh
|
||||
curl -fsS http://127.0.0.1:4173/ >/dev/null && echo healthy
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user