mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-05-09 05:35:30 +02:00
[GH-ISSUE #522] [Bug]: Can't update bambuddy in docker #332
Labels
No labels
A1
automated
automated
bug
bug
Closed due to inactivity
contrib
dependencies
dependencies
duplicate
enhancement
feedback
hold
invalid
Notes
P1S
pull-request
security
security
ThumbsUp
user-report
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/bambuddy#332
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 @Fireman86336 on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/maziggy/bambuddy/issues/522
Originally assigned to: @maziggy on GitHub.
Bug Description
Im running bambuddy in docker (Portainer) in Linux and i cant get bambuddy to update to the newest version. im currently on version 0.2.0 even using ghcr.io/maziggy/bambuddy:latest, still won't update. ive recreated the docker and no success.
Expected Behavior
Update to new version
Steps to Reproduce
forced docker to update and still stuck on version 0.2.0
Printer Model
H2S
Bambuddy Version
0.2.0
Printer Firmware Version
01.01.00.00
Installation Method
Docker
Operating System
Linux (Ubuntu/Debian)
Relevant Logs / Support Package
Screenshots
No response
Additional Context
No response
Checklist
@myrmidondvb commented on GitHub (Feb 25, 2026):
Here's the same problem
@maziggy commented on GitHub (Feb 25, 2026):
For now you need to pull and build the container locally for beta versions. This will change with the next version.
@maziggy commented on GitHub (Feb 25, 2026):
docker compose down && docker pull ghcr.io/maziggy/bambuddy:0.2.1b3 && docker compose up -d
@myrmidondvb commented on GitHub (Feb 25, 2026):
thx works fine.
Portainer:
version: '2'
services:
bambuddy:
image: ghcr.io/maziggy/bambuddy:0.2.1b3
restart: always
network_mode: host
environment:
- PGID=1000
- PUID=1000
- PORT=8000
- TZ=Europe/Berlin
volumes:
- /xxx/bambuddy_data:/app/data
- /xxx/bambuddy_logs:/app/logs
@bwp85 commented on GitHub (Feb 25, 2026):
Changing to the Beta tag fixed my issue as well. Playing around with installing the first time yesterday and got annoyed with the New update available notification.