From 499a9c3c2b2da8f2eb0c0a68c261f879ab27a253 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Sun, 5 Jun 2022 22:48:07 -0400 Subject: [PATCH] Add docker-compose to update servers --- Advanced setup/Updating servers.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 +```