Cloudflare Tunnel not working properly

services:
  cloudflared:
    image: cloudflare/cloudflared:latest
    command: tunnel --no-autoupdate run --token <token>

  annatar:
    image: registry.gitlab.com/stremio-add-ons/annatar:latest
    ports:
      - "8000:8000"

  jackett:
    image: docker.io/linuxserver/jackett
    ports:
      - 9117:9117


I created this tunnel and then setup the Public hostnames as seen in the image.
When I access annatar.<dns>.com it throws a DNS error saying domain not found. The CNAME records appear in the cloudflare dashboard and the cloudflared tunnel container logs indicate that the configuration is being received by the container. Already tried with container IP and still the same thing. What am I missing?
Screenshot_2024-04-08_at_16.54.12.png
Was this page helpful?