diff --git a/Advanced setup/Updating servers.md b/Advanced setup/Updating servers.md index e9c1c17..e85a3f3 100644 --- a/Advanced setup/Updating servers.md +++ b/Advanced setup/Updating servers.md @@ -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. 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 +```