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,7 +1,7 @@
services:
homepage:
container_name: ${CONTAINER_NAME}
image: ghcr.io/gethomepage/homepage:v1.2.0
image: ghcr.io/gethomepage/homepage:v1.3.2
restart: always
networks:
- 1panel-network
Copy link
Member

Choose a reason for hiding this comment

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

The only difference between the two versions of the code is the update to the service image from ghcr.io/gethomepage/homepage:v1.2.0 to ghcr.io/gethomepage/homepage:v1.3.0. This change allows you to upgrade the current version of the Homepage service running on your 1Panel instance to v1.3.0, potentially introducing new features or fixing bugs in that release.

No other changes appear to be necessary, but it's good practice to review any documentation or updates associated with this new image version to ensure compatibility with your environment and services. Additionally, monitor your applications post-upgrade to verify that everything works correctly and there are no unexpected errors occurring.

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 an update in the Docker image version from v1.2.0 to v1.3.2. This could introduce new features, bug fixes, or performance improvements that might be necessary to consider when making this change in your deployment configuration.

Expand Down