Add docker-compose to update servers

Quentin McGaw
2022-06-05 22:48:07 -04:00
parent 4d9d74252c
commit 499a9c3c2b
+13
@@ -36,3 +36,16 @@ Note that this operation is very quick 🚀 for some providers (`private interne
⚠️ This will show your ISP/Government/Sniffing actors that you access some VPN service providers and try to resolve their server hostnames. ⚠️ This will show your ISP/Government/Sniffing actors that you access some VPN service providers and try to resolve their server hostnames.
That might not be the best solution depending on your location. Plus some of the requests might be blocked, hence not allowing certain server information to be updated. That might not be the best solution depending on your location. Plus some of the requests might be blocked, hence not allowing certain server information to be updated.
You can also run this with `docker-compose` using:
```yml
version: "3"
services:
gluetun:
image: qmcgaw/gluetun
volumes:
/yourpath:/gluetun
command: update -enduser -providers mullvad
```