adjust Dockerfile to latest changes in command line flags

This commit is contained in:
Philipp Böhm 2021-09-25 20:00:24 +02:00
parent 9bd048b646
commit 572b5bcfe9
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ ENV DDNS_EXPIRATION_DAYS 10
CMD /go/bin/ddns \ CMD /go/bin/ddns \
--domain=${DDNS_DOMAIN} \ --domain=${DDNS_DOMAIN} \
--soa_fqdn=${DDNS_SOA_DOMAIN} \ --soa_fqdn=${DDNS_SOA_DOMAIN} \
--redis=${DDNS_REDIS_HOST} \ --redis-host=${DDNS_REDIS_HOST} \
--expiration-days=${DDNS_EXPIRATION_DAYS} --expiration-days=${DDNS_EXPIRATION_DAYS}