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:
|
||||
- TZ=America/Edmonton
|
||||
- PERIOD=5m
|
||||
- PUBLICIP_FETCHERS=all
|
||||
- IP_METHOD=provider
|
||||
# --- NEW IP DISCOVERY SETTINGS ---
|
||||
- PUBLICIP_FETCHERS=http # Use web services to find your IP
|
||||
- PUBLICIP_HTTP_PROVIDERS=all # Use any available service (ipify, etc.)
|
||||
# ---------------------------------
|
||||
|
||||
# The Variable Injection
|
||||
# Format: provider, host, username, password
|
||||
|
|
|
|||
Loading…
Reference in a new issue