mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-16 16:31:45 +00:00
Switch Watchtower docs to maintained nicholas-fedor fork
The original containrrr/watchtower is no longer maintained (last release Nov 2023). Point users to the drop-in compatible active fork and add an info note explaining why. No code changes — the HTTP API is identical, so WatchtowerClient works against either image.
This commit is contained in:
parent
a1b4790cd3
commit
43b9441bb8
1 changed files with 5 additions and 2 deletions
|
|
@ -221,9 +221,12 @@ docker exec --user=www-data partdb php bin/console doctrine:migrations:migrate
|
||||||
|
|
||||||
### Automatic updates via Watchtower (Web UI)
|
### Automatic updates via Watchtower (Web UI)
|
||||||
|
|
||||||
Part-DB supports triggering Docker container updates directly from the web interface using [Watchtower](https://containrrr.dev/watchtower/).
|
Part-DB supports triggering Docker container updates directly from the web interface using [Watchtower](https://github.com/nicholas-fedor/watchtower).
|
||||||
When configured, administrators can check for and apply updates from the **System > Update Manager** page.
|
When configured, administrators can check for and apply updates from the **System > Update Manager** page.
|
||||||
|
|
||||||
|
{: .info }
|
||||||
|
> The original `containrrr/watchtower` project is no longer maintained (last release November 2023). These docs use the actively maintained community fork at [`nicholas-fedor/watchtower`](https://github.com/nicholas-fedor/watchtower), which is drop-in compatible with the original HTTP API.
|
||||||
|
|
||||||
To enable this feature, add a Watchtower service to your `docker-compose.yaml` and configure the connection:
|
To enable this feature, add a Watchtower service to your `docker-compose.yaml` and configure the connection:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
|
@ -242,7 +245,7 @@ services:
|
||||||
# ... your existing ports/volumes ...
|
# ... your existing ports/volumes ...
|
||||||
|
|
||||||
watchtower:
|
watchtower:
|
||||||
image: containrrr/watchtower
|
image: ghcr.io/nicholas-fedor/watchtower:latest
|
||||||
container_name: watchtower
|
container_name: watchtower
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue