mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-22 15:32:01 +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:
parent
7979ac440c
commit
f6e9f4e9f6
@ -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…
Reference in New Issue
Block a user