fix image and login for ddns
This commit is contained in:
parent
7dea8c7e92
commit
f4413e00fa
1 changed files with 2 additions and 2 deletions
|
|
@ -105,7 +105,7 @@ services:
|
||||||
- KEEPALIVED_PASSWORD=${DNS_ADMIN_PASSWORD}
|
- KEEPALIVED_PASSWORD=${DNS_ADMIN_PASSWORD}
|
||||||
# DDNS UPDATER (IP Updates)
|
# DDNS UPDATER (IP Updates)
|
||||||
ddns:
|
ddns:
|
||||||
image: qdm12/ddns-updater
|
image: qmcgaw/ddns-updater
|
||||||
container_name: ddns
|
container_name: ddns
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -119,7 +119,7 @@ services:
|
||||||
# The Variable Injection
|
# The Variable Injection
|
||||||
# Format: provider, host, username, password
|
# Format: provider, host, username, password
|
||||||
# For deSEC: username IS the domain name.
|
# For deSEC: username IS the domain name.
|
||||||
- CONFIG=desec,${DESEC_DOMAIN},${DESEC_DOMAIN},${DESEC_TOKEN}
|
- CONFIG=desec,${DESEC_DOMAIN},@,${DESEC_TOKEN}
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/core/ddns:/updater/data
|
- /docker/core/ddns:/updater/data
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue