You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.
Unfortunately since a couple of updates of the "latest" repository the updates of the subodmains is not working anymore.
I'm using it on unraid and it only updates the latest variable (subdomain 6). See also #79
The text was updated successfully, but these errors were encountered:
Same request here! This is one of the best docker for cloudflare ddns, It will be handy to launch just one image with all the subdomains rather than a image per subdomain.
What I did was to add docker-compose extension fields to simplify a little the tedious work. For each subdomain add an entry like:
API_KEY_FILE: /run/secrets/cf_token_zone
ZONE: $DOMAINNAME
PROXIED: "true"
RRTYPE: A
DELETE_ON_STOP: "false"
And are defined at the beginning of the docker-compose. I also have defined DOMAINNAE at .env file and cf_token_zone in secrets.
This is not an elegant solution. I have up to 8 subdomains, and each time I want to add new subdomain in traefik I must to create a new entry on docker-compose in this way.
Unfortunately since a couple of updates of the "latest" repository the updates of the subodmains is not working anymore.
I'm using it on unraid and it only updates the latest variable (subdomain 6). See also #79
The text was updated successfully, but these errors were encountered: