No CNAME's records added
See original GitHub issueHello 😃 Docker swarm + dtcc 6.0.1
[INFO] ** [zabbix] Starting Zabbix Agent
zabbix_agentd [743]: Warning: EnableRemoteCommands parameter is deprecated, use AllowKey=system.run[*] or DenyKey=system.run[*] instead
Starting Zabbix Agent [alpine]. Zabbix 5.0.2 (revision {ZABBIX_REVISION}).
Press Ctrl+C to exit.
[debug] Swarm Mode: true
[debug] Refresh Entries: false
[debug] Traefik Version: 1
[debug] Default TTL: 1
Nothing happens.
environment:
TRAEFIK_VERSION: 1
CF_EMAIL: email
CF_TOKEN: token
DOMAIN1: domain
DOMAIN1_ZONE_ID: zoneId
DOMAIN1_PROXIED: "true"
TARGET_DOMAIN: target
SWARM_MODE: "true"
REFRESH_ENTRIES: "false"
CONTAINER_LOG_LEVEL: DEBUG
Also it would be nice if script will listen docker sock for not just “start” event, but for “update” (if it possible) too, because docker stack deploy
trigger “update” (Updating service ...
) if service already exist.
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
My CNAME isn't working! How can I troubleshoot it?
The first thing you need to do is to ensure that your CNAME record has been added correctly inside the DNS settings of...
Read more >Troubleshoot CNAME records - Google Workspace Admin Help
Find your domain's CNAME records using a third-party web service or running DNS queries from your computer. You can see if the record...
Read more >CNAME Records No-IP Support Knowledge Base
How to add a CNAME Record. From your No-IP account, click My Services at the left, then DNS Records. If needed, scroll down...
Read more >CNAME Record - How it Works, Alternatives & Advanced Use ...
CNAME records must point to another domain name, never to an IP address. A hostname defined in a CNAME record must have no...
Read more >Domain Ownership error. No CNAME records were found ...
The problem is due to a conflict between CloudFlare's CNAME flattening and Azure's CNAME verification. The CNAME flattening essentially ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Actually - I think Portainer does it how you have listed it with the Spec: Label: - I believe my command (as you identified) is wrong with my crash course in setting up swarm. This is probably why version 5.x of the image worked (Was using just Spec:,Labels:) and 6.xx went all sideways when I thought I knew what I was doing. Thanks for the explanation. I’ll review your PR early tomorrow morning and will make adjustments this can work once and for all 👍
Merged and tagged as
tiredofit/traefik-cloudflare-companion:6.1.3
- May this finally put this to rest 😃