mirror of
https://github.com/maziggy/bambuddy.git
synced 2026-08-11 00:30:12 -04:00
Updated README
This commit is contained in:
parent
8f103f38ea
commit
533b305835
2 changed files with 11 additions and 11 deletions
10
DOCKERHUB.md
10
DOCKERHUB.md
|
|
@ -90,16 +90,16 @@ docker compose pull && docker compose up -d
|
|||
|
||||
## Daily Beta Builds
|
||||
|
||||
Beta builds with the latest fixes are published regularly:
|
||||
Beta builds with the latest fixes are pushed regularly to the same beta version tag:
|
||||
|
||||
```bash
|
||||
# Pull a specific beta version
|
||||
docker pull maziggy/bambuddy:0.2.2b2
|
||||
# Pull the current beta
|
||||
docker pull maziggy/bambuddy:0.2.2b1
|
||||
```
|
||||
|
||||
To get notified about beta releases in Bambuddy, go to **Settings → Updates** and enable **"Include beta versions"**.
|
||||
Use [Watchtower](https://containrrr.dev/watchtower/) to automatically update when new daily builds are pushed.
|
||||
|
||||
> **Note:** Beta builds use version tags like `0.2.2b2` — they are never tagged as `latest`. Your stable installation won't auto-update to a beta unless you explicitly pull a beta tag or enable beta notifications.
|
||||
> **Note:** Beta builds use version tags like `0.2.2b1` — they are never tagged as `latest`. Your stable installation won't auto-update to a beta unless you explicitly pull a beta tag.
|
||||
|
||||
## Supported Printers
|
||||
|
||||
|
|
|
|||
12
README.md
12
README.md
|
|
@ -419,18 +419,18 @@ cd bambuddy && git pull && docker compose up -d --build
|
|||
|
||||
**Daily Beta Builds:**
|
||||
|
||||
Beta builds with the latest fixes are published regularly and available as Docker images:
|
||||
Beta builds with the latest fixes are pushed regularly to the same beta version tag:
|
||||
|
||||
```bash
|
||||
# Pull a specific beta version
|
||||
docker pull ghcr.io/maziggy/bambuddy:0.2.2b2
|
||||
# Pull the current beta
|
||||
docker pull ghcr.io/maziggy/bambuddy:0.2.2b1
|
||||
# or from Docker Hub
|
||||
docker pull maziggy/bambuddy:0.2.2b2
|
||||
docker pull maziggy/bambuddy:0.2.2b1
|
||||
```
|
||||
|
||||
To get notified about beta releases in Bambuddy, go to **Settings → Updates** and enable **"Include beta versions"**.
|
||||
Use [Watchtower](https://containrrr.dev/watchtower/) to automatically update when new daily builds are pushed.
|
||||
|
||||
> **Note:** Beta builds use version tags like `0.2.2b2` — they are never tagged as `latest`. Your stable installation won't auto-update to a beta unless you explicitly pull a beta tag or enable beta notifications.
|
||||
> **Note:** Beta builds use version tags like `0.2.2b1` — they are never tagged as `latest`. Your stable installation won't auto-update to a beta unless you explicitly pull a beta tag.
|
||||
|
||||
**Useful Commands:**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue