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
@@ -1,6 +1,6 @@
services:
code:
image: linuxserver/code-server:4.95.1
image: linuxserver/code-server:4.95.2
container_name: ${CONTAINER_NAME}
restart: always
networks:

Choose a reason for hiding this comment

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

这个代码在不同地方有所改变:

  1. 删除了 code: 36 这行命令中的数字。
  2. 在服务图片标签后添加了一个空格(+ 18)。

这是一个非常小的变化,可能不会引起显著的问题但可能会让某些人在看的时候感觉有些迷惑。如果没有特殊需求,请保持代码不变;如果有需要改进的地方(像是版本号或服务容器名称命名规则),那么可以适当做调整。

Expand Down