went back to string and blah blah blah
This commit is contained in:
parent
ea575eb336
commit
3171d21563
1 changed files with 5 additions and 16 deletions
|
|
@ -111,22 +111,11 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000/tcp"
|
- "8000:8000/tcp"
|
||||||
environment:
|
environment:
|
||||||
TZ: America/Edmonton
|
- TZ=America/Edmonton
|
||||||
PERIOD: 5m
|
- PERIOD=5m
|
||||||
PUBLICIP_FETCHERS: http
|
- PUBLICIP_FETCHERS=http
|
||||||
PUBLICIP_HTTP_PROVIDERS: all
|
- PUBLICIP_HTTP_PROVIDERS=all
|
||||||
CONFIG: >-
|
- CONFIG={"settings":[{"provider":"desec","domain":"${DESEC_DOMAIN}","host":"@","password":"${DESEC_TOKEN}","ip_version":"ipv4"}]}
|
||||||
{
|
|
||||||
"settings": [
|
|
||||||
{
|
|
||||||
"provider": "desec",
|
|
||||||
"domain": "${DESEC_DOMAIN}",
|
|
||||||
"host": "@",
|
|
||||||
"password": "${DESEC_TOKEN}",
|
|
||||||
"ip_version": "ipv4"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/core/ddns:/updater/data
|
- /docker/core/ddns:/updater/data
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue