1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 19:42:03 +01:00

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.
This commit is contained in:
woftor 2020-04-26 23:34:31 +02:00 committed by GitHub
parent 7979ac440c
commit f6e9f4e9f6
Signed by: GitHub
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