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:
nocobase:
image: nocobase/nocobase:1.6.16
image: nocobase/nocobase:1.6.17
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 major issues detected with the code provided. The primary change is an update to the version from 1.6.16 to 1.6.17, which may warrant further testing to ensure compatibility with your current configuration and settings. Additionally, it might be beneficial to monitor system performance after updating this service, as there could be minor changes affecting resource usage or behavior. If you encounter any unexpected behaviors, consider reverting the image version temporarily or creating rollback steps if necessary.

Expand Down