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}
|
||||
# DDNS UPDATER (IP Updates)
|
||||
ddns:
|
||||
image: qdm12/ddns-updater
|
||||
image: qmcgaw/ddns-updater
|
||||
container_name: ddns
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
@ -119,7 +119,7 @@ services:
|
|||
# The Variable Injection
|
||||
# Format: provider, host, username, password
|
||||
# For deSEC: username IS the domain name.
|
||||
- CONFIG=desec,${DESEC_DOMAIN},${DESEC_DOMAIN},${DESEC_TOKEN}
|
||||
- CONFIG=desec,${DESEC_DOMAIN},@,${DESEC_TOKEN}
|
||||
|
||||
volumes:
|
||||
- /docker/core/ddns:/updater/data
|
||||
|
|
|
|||
Loading…
Reference in a new issue