docs(readme): add servers updater environment variables (#1393)

This commit is contained in:
colereynolds
2023-03-25 10:14:07 -05:00
committed by GitHub
parent 416c1ee113
commit b5ebdcd040

View File

@@ -118,6 +118,9 @@ services:
# - WIREGUARD_ADDRESSES=10.64.222.21/32
# Timezone for accurate log times
- TZ=
# Server list updater. See https://github.com/qdm12/gluetun/wiki/Updating-Servers#periodic-update
- UPDATER_PERIOD=
- UPDATER_VPN_SERVICE_PROVIDERS=
```
🆕 Image also available as `ghcr.io/qdm12/gluetun`