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:
homeassistant:
image: n8nio/n8n:1.68.0
image: n8nio/n8n:1.69.0
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.

在提供的代码中没有找到明显的错误或需要改进的地方。如果要对这个 dockerfile 进行一些修改,那么可能是因为最近 n8n 的版本号发生了变化(由n8nio/n8n:1.68.0更改为 n8nio/n8n:1.69.0) 或者容器的名字被意外地改变了。

如果你发现任何不符合最佳实践或其他问题,请提供详细描述以获得帮助。

Expand Down
File renamed without changes.