move ddns to p0 and update vars
This commit is contained in:
parent
ec4a6b6793
commit
7c5d0eb082
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ services:
|
|||
- PERIOD=5m
|
||||
- PUBLICIP_FETCHERS=http
|
||||
- PUBLICIP_HTTP_PROVIDERS=all
|
||||
- CONFIG={"settings":[{"provider":"desec","domain":"mapletree.email","host":"@","token":"${DESEC_TOKEN}","ip_version":"ipv4"}]}
|
||||
- CONFIG={"settings":[{"provider":"desec","domain":"${DESEC_DOMAIN}","host":"@","token":"${DESEC_TOKEN}","ip_version":"ipv4"}]}
|
||||
|
||||
volumes:
|
||||
- /docker/core/ddns:/updater/data
|
||||
Loading…
Reference in a new issue