Skip to content
Merged
Show file tree
Hide file tree
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
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
siyuan:
image: b3log/siyuan:v3.1.12
image: b3log/siyuan:v3.1.13
container_name: ${CONTAINER_NAME}
restart: unless-stopped
ports:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个代码差异比较微妙,在 3 字节的情况下,没有明显的语法错误或逻辑失误。

然而在实际应用中,可能会有以下几个改进的方向:

  1. 更具体容器名称命名:如 siyuan-xxx
  2. 版本管理一致性:如果存在多个镜像版本可选(例如v3.1.12和v3.1.13),应明确指明哪个版本

总之:无大问题

Expand Down
File renamed without changes.