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:
nodebb:
image: ghcr.io/nodebb/nodebb:4.4.1
image: ghcr.io/nodebb/nodebb:4.4.2
container_name: ${CONTAINER_NAME}
restart: unless-stopped
networks:
Copy link
Member

Choose a reason for hiding this comment

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

There is no irregularity or potential issue with this code snippet provided. It appears to be updating the NodeBB Docker image version from 4.4.1 to 4.4.2 for the nodebb service within your YAML configuration. If you need any optimization suggestions related to this change, please let me know!

Copy link
Member

Choose a reason for hiding this comment

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

The changes appear to be fixing a typo from nodebb:4.4.1 to nodebb:4.4.2, which is updating to a newer version of NodeBB. There are no other apparent issues or suggestions for optimization in this update.

Expand Down
File renamed without changes.