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.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- PUID=0
- PGID=0
- UMASK=022
image: xhofe/alist:v3.39.4
image: xhofe/alist:v3.40.0
labels:
createdBy: "Apps"
networks:

Choose a reason for hiding this comment

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

此代码没有明显的格式错误或内容上的问题,但如果有更改需要进行:

  1. 在image属性中可以将版本号更改为v3.40.0,以保持与当前发布的最新对齐。

因此优化建议为:

services:
    - UID=0
    - PGID=0
    - UMASK=022
image: xhofe/alist:v3.40.0

labels:  
networks:  

其他方面,该代码看起来已经很接近最佳实践了。如果可能的话,我推荐更新到V3.40.0版本,因为这是最新的Alibaba Cloud Service Registry(ACSR)图像标签和容器配置发布。

Expand Down