Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
# 钉在已发布的具体版本。latest 只在 release.yml 见到 v* tag 时才打,而本仓库
# 至今没有 tag——默认值写 latest 的话,clone 下来照 README 跑第一条命令就是
# manifest unknown。发布 v0.1.0 后改这里(或改成 latest 让它自动跟随)。
image: ${UTOPIA_IMAGE:-ghcr.io/deeplethe/utopia:0.1.0-rc2}
image: ${UTOPIA_IMAGE:-ghcr.io/deeplethe/utopia:0.1.0}
profiles: ["app"]
environment:
# 默认以 owner 身份运行。要启用受限角色(业务表随便读写、台账只增不改),
Expand Down
Loading