DokployD
Dokploy2y ago
18 replies
riktikdev

Unable to link domain

Hi, I'm doing everything as in the guide but I can't get the domain to bind.

providers:
  docker:
    exposedByDefault: false
  file:
    directory: /etc/dokploy/traefik/dynamic
    watch: true
entryPoints:
  web:
    address: ':80'
  websecure:
    address: ':443'
    http:
      tls:
        certResolver: letsencrypt
api:
  insecure: true
certificatesResolvers:
  letsencrypt:
    acme:
      email: MY_EMAIL
      storage: /etc/dokploy/traefik/dynamic/acme.json
      httpChallenge:
        entryPoint: web
image.png
image.png
image.png
Was this page helpful?