Skip to content
Merged
Changes from 1 commit
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 apps/palworld/0.39.3/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- RCON_ENABLED=${RCON_SWITCH}
- RCON_PORT=${PANEL_APP_PORT_RCON}
- QUERY_PORT=${PANEL_APP_PORT_QUERY}
image: thijsvanloef/palworld-server-docker:v0.39.3
image: thijsvanloef/palworld-server-docker:v1.0.0
labels:
createdBy: "Apps"

Choose a reason for hiding this comment

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

代码无明显问题,但可以考虑一些小改进:

# 维护更新:简化标签名称和注释格式 
- Labels: createdBy=Apps
      # 添加简化的权限策略

## 简化描述部分 
   image:
        - thijsvanloef/palworld-server-docker:v1.0.0 # 使用v1.0.0版本作为基础镜像 
         ## 更新或删除其他选项

Expand Down