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.87.1
image: n8nio/n8n:1.87.2
container_name: ${CONTAINER_NAME}
restart: always
networks:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

No notable inconsistencies, potential issues, or optimization suggestions are identified in this update to the Home Assistant service configuration. The image version has been changed from 1.87.1 to 1.87.2, which is a bug fix release. This should maintain functionality but improve security and potentially address any known bugs related to this specific image version.

Expand Down
File renamed without changes.