update ip discovery setting for ddns
This commit is contained in:
parent
29add5c478
commit
bc580b1779
1 changed files with 4 additions and 2 deletions
|
|
@ -113,8 +113,10 @@ services:
|
||||||
environment:
|
environment:
|
||||||
- TZ=America/Edmonton
|
- TZ=America/Edmonton
|
||||||
- PERIOD=5m
|
- PERIOD=5m
|
||||||
- PUBLICIP_FETCHERS=all
|
# --- NEW IP DISCOVERY SETTINGS ---
|
||||||
- IP_METHOD=provider
|
- PUBLICIP_FETCHERS=http # Use web services to find your IP
|
||||||
|
- PUBLICIP_HTTP_PROVIDERS=all # Use any available service (ipify, etc.)
|
||||||
|
# ---------------------------------
|
||||||
|
|
||||||
# The Variable Injection
|
# The Variable Injection
|
||||||
# Format: provider, host, username, password
|
# Format: provider, host, username, password
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue