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:
|
||||
- "8000:8000/tcp"
|
||||
environment:
|
||||
TZ: America/Edmonton
|
||||
PERIOD: 5m
|
||||
PUBLICIP_FETCHERS: http
|
||||
PUBLICIP_HTTP_PROVIDERS: all
|
||||
CONFIG: >-
|
||||
{
|
||||
"settings": [
|
||||
{
|
||||
"provider": "desec",
|
||||
"domain": "${DESEC_DOMAIN}",
|
||||
"host": "@",
|
||||
"password": "${DESEC_TOKEN}",
|
||||
"ip_version": "ipv4"
|
||||
}
|
||||
]
|
||||
}
|
||||
- TZ=America/Edmonton
|
||||
- PERIOD=5m
|
||||
- PUBLICIP_FETCHERS=http
|
||||
- PUBLICIP_HTTP_PROVIDERS=all
|
||||
- CONFIG={"settings":[{"provider":"desec","domain":"${DESEC_DOMAIN}","host":"@","password":"${DESEC_TOKEN}","ip_version":"ipv4"}]}
|
||||
|
||||
volumes:
|
||||
- /docker/core/ddns:/updater/data
|
||||
|
|
|
|||
Loading…
Reference in a new issue