D
Dokploy10mo ago
iraunit

Dokploy not accessible via domain

I installed dokploy, added domain, its accessible via ip:port_number and via domain:port but not just via domain. one problem is that the ip of my server has changes after i changed the instance type in AWS.
12 Replies
𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲
Try to change ip in your domain provider to actual server ip
iraunit
iraunitOP10mo ago
I already did that, one of my projects is accessible via a different subdomain, but dokploy is not accessible via only subdomain but requires
subdomain:3000
subdomain:3000
𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲
Try only with domain without port
iraunit
iraunitOP10mo ago
says page not found when i add port number 3000 its works
𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲
Try to reload traefik
iraunit
iraunitOP10mo ago
didn't work
𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲
Can I see your settings ? In traefik
iraunit
iraunitOP10mo ago
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:
storage: /etc/dokploy/traefik/dynamic/acme.json
httpChallenge:
entryPoint: web
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:
storage: /etc/dokploy/traefik/dynamic/acme.json
httpChallenge:
entryPoint: web
now its working thanks @𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲
𝗠𝗿𝟭𝗕𝗹𝗮𝘇𝗲
@iraunit for nothing
iraunit
iraunitOP10mo ago
I guess restarting the server and traefik worked
Siumauricio
Siumauricio10mo ago
Have you updated the IP in your DNS?
jimmymjing
jimmymjing9mo ago
i'm not able to obtain ssl certificate... and the traefik isn't able to restart.. does anyone know how to slove it?
No description

Did you find this page helpful?