Update Watchtower reference to fork (#1691)

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Fernando Fernández
2025-12-14 20:17:36 +01:00
committed by GitHub
parent 7b8b4394dc
commit b485f4e063
+4 -2
View File
@@ -54,7 +54,7 @@ services:
watchtower:
container_name: watchtower
image: ghcr.io/containrrr/watchtower
image: ghcr.io/nicholas-fedor/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
@@ -77,7 +77,9 @@ located where the `docker-compose.yml` file is.
With this compose file:
- Jellyfin Vue will be accessible on `8080` port of the machine that's running the containers
- Watchtower takes care of updating the container to the latest commit available on the [repository](https://github.com/jellyfin/jellyfin-vue).
- Watchtower (fork, [the original is unmaintained](https://github.com/containrrr/watchtower/issues/2067))
takes care of updating the container to the latest commit available on the
[repository](https://github.com/jellyfin/jellyfin-vue).
This is a good idea because:
- As of now, stable releases don't exist and there have only been prereleases that don't necessarily meet a quality criteria, but
[major development milestones](https://jellyfin.org/posts/vue-vue3/).