mirror of
https://github.com/qdm12/gluetun.git
synced 2026-08-14 08:13:02 +02:00
Add docker-compose to update servers
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user