mirror of
https://github.com/adminsyspro/proxcenter-ui.git
synced 2026-04-25 14:35:56 +03:00
[GH-ISSUE #40] [Bug]: Update #130
Labels
No labels
bug
enhancement
feature-request
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxcenter-ui#130
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tep1997 on GitHub (Feb 23, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/40
Bug Description
I'm following the instructions below for updating a Docker instance, but I still end up with vers. 1.2.0.
Steps to Reproduce
cd to /docker/proxcenter ( there is no /opt/proxcenter directory)
docker compose down
docker compose pull && docker compose up -d
docker compose restart
Expected Behavior
New version installed.
Actual Behavior
Same version remains.
ProxCenter Version
1.2.0
Proxmox VE Version
No response
Browser
No response
Logs / Screenshots
No response
@adminsyspro commented on GitHub (Feb 23, 2026):
Hi @tep1997,
Thanks for reporting this! You're right — the displayed version doesn't change after updating. This is actually a bug on our side: we forgot to bump the version string in the source code when we released v1.3.0. So even if you successfully pulled the latest image, the UI still shows "1.2.0".
Your
docker compose pulllikely worked correctly — you probably already have the v1.3.0 code running. You can verify by checking the commit SHA in the About dialog (it should match the latest commit).We're pushing a fix now to update the displayed version to 1.3.0. After we rebuild the image, a simple
docker compose pull && docker compose up -dwill show the correct version.Sorry for the confusion!
@tep1997 commented on GitHub (Feb 23, 2026):
Yes, the commit matches. Thanks for the update!