A new source repository introduced for Watchtower in place of old, abandoned repo.

This commit is contained in:
2026-04-12 17:49:47 +02:00
parent 7799e7a11f
commit c6c4d2794f
2 changed files with 4 additions and 4 deletions
BIN
View File
Binary file not shown.
+4 -4
View File
@@ -1,13 +1,13 @@
#!/bin/bash #!/bin/bash
# #
# https://containrrr.dev/watchtower/ # https://watchtower.nickfedor.com/
# https://hub.docker.com/r/containrrr/watchtower # https://github.com/nicholas-fedor/watchtower
# https://github.com/containrrr/watchtower # https://hub.docker.com/r/nickfedor/watchtower
# #
# Email notification settings below assume the gateway acting # Email notification settings below assume the gateway acting
# as a smarthost and Docker version v20.10+ is required. # as a smarthost and Docker version v20.10+ is required.
image="containrrr/watchtower:latest" image="nickfedor/watchtower:latest"
instance="watchtower" instance="watchtower"
networks="" networks=""
outfile="" outfile=""