A new source repository introduced for Watchtower in place of old, abandoned repo.
This commit is contained in:
@@ -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=""
|
||||||
|
|||||||
Reference in New Issue
Block a user