Update watchtower to more up to date version (#45)

v2tec/watchtower is not maintained anymore (at least past 2 years). Switch to containrrr/watchtower, which is actively developed.
pull/86/head
woftor 4 years ago committed by GitHub
parent 7979ac440c
commit f6e9f4e9f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,7 +57,7 @@ cat /etc/dnscrypt-server/keys/provider-info.txt
docker update --restart=unless-stopped dnscrypt-server
docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock v2tec/watchtower dnscrypt-server
docker run -d --name watchtower -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower dnscrypt-server
docker update --restart=unless-stopped watchtower
ln -sf /etc/dnscrypt-server/keys /root

Loading…
Cancel
Save