Skip to content

Commit

Permalink
Update ddns-updater config for 2.8 (#1940)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Sep 30, 2024
1 parent 75fb3d7 commit 5dd679d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion traefik-cf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
restart: "unless-stopped"
environment:
- LOG_LEVEL=${LOG_LEVEL:-info}
- 'CONFIG={"settings": [{"provider": "cloudflare", "zone_identifier": "${CF_ZONE_ID}", "domain": "${DOMAIN}", "host": "${DDNS_SUBDOMAIN}", "ttl": 1, "token": "${CF_DNS_API_TOKEN}", "proxied": ${DDNS_PROXY}, "ip_version": "ipv4"}]}'
- 'CONFIG={"settings": [{"provider": "cloudflare", "zone_identifier": "${CF_ZONE_ID}", "domain": "${DDNS_SUBDOMAIN}.${DOMAIN}", "ttl": 1, "token": "${CF_DNS_API_TOKEN}", "proxied": ${DDNS_PROXY}, "ip_version": "ipv4"}]}'
volumes:
- /etc/localtime:/etc/localtime:ro
<<: *logging
Expand Down

0 comments on commit 5dd679d

Please sign in to comment.