1
1
Fork 0
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-05-13 03:16:06 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
woftor 8d0f779bfe
Removed --net=host as default for the docker container (#46)
Removed --net=host as default for the docker container
It does forward port 443 tcp/udp to the host, but it also had "--net=host" when starting. That defeats the purpose of the port forward.
Removing "--net=host" as it is also in line with the rest of the documentation.
2020-04-27 23:08:31 +02:00
woftor f6e9f4e9f6
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.
2020-04-26 23:34:31 +02:00
Frank Denis 7979ac440c install-centos.sh - update paths to match the documentation
Fixes #85
2020-04-24 12:30:13 +02:00
Eric Lagergren ba0267d1cf
rename to install-centos.sh 2019-10-30 10:59:35 -07:00