docker: Update Watchtower image name in docker-compose.yml (#1937)

I guess Image name is wrong, at least the image which was mentioned here doesn’t exist.
This commit is contained in:
René
2025-12-01 17:41:36 +01:00
committed by GitHub
parent e1f9397ef9
commit 8ec6c61784

View File

@@ -145,7 +145,7 @@ services:
- WATCHTOWER_HTTP_API_UPDATE=true - WATCHTOWER_HTTP_API_UPDATE=true
- WATCHTOWER_SCOPE=scrypted - WATCHTOWER_SCOPE=scrypted
- WATCHTOWER_HTTP_API_PERIODIC_POLLS=${WATCHTOWER_HTTP_API_PERIODIC_POLLS:-true} - WATCHTOWER_HTTP_API_PERIODIC_POLLS=${WATCHTOWER_HTTP_API_PERIODIC_POLLS:-true}
image: nicholas-fedor/watchtower image: nickfedor/watchtower
container_name: scrypted-watchtower container_name: scrypted-watchtower
restart: unless-stopped restart: unless-stopped
volumes: volumes: