domains not reachable
Hey, i cant reach the domain i correctly setup in dockploy through cloudflare. IM getting this error screen when trying to reach. in english it means something like this website isn't reachable. ...nief.tech has refused the connection

43 Replies
ps: it neither works with a generated traefick domain
Did you read the docs ?
Certificates
Learn how to set up certificates for the Dokploy panel
yeah
here is my treafik config:
Did you modify the settings of cloudflare?


Got it, can you check the traefik logs?


Lol, you still accessing your dokploy panel trough a domain?
nah through the ip
if its intresting here is my docker ps

What vps are you using?
Like what provider and arch?
arch64 oracle cloud
Can you do docker service ls?

and if this helps:

Aight all looks fine, do docker service logs dokploy-traefik

Can you try to reload the traefik ?
how?
docker service restart...
No, in settings
already done
Try to access
looks better now
works
👍
thanks
after a restart got this:

and i cant fetch any logs
and on the frontend after reloading traefik it keeps the loading animation

its looping for like 10minutes

Still the issue?
yes but after a server restart
and no logs at all
ive got no idea what the problem is...

in the end im in the same loop as before
try this docker service ps dokploy-traefik --no-trunc
ok, do this docker service rm dokploy-traefik
then docker service rm dokploy
then run
docker service create \
--name dokploy \
--replicas 1 \
--network dokploy-network \
--mount type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock \
--mount type=bind,source=/etc/dokploy,target=/etc/dokploy \
--publish published=3000,target=3000,mode=host \
--update-parallelism 1 \
--update-order stop-first \
dokploy/dokploy:latest
iguess ive got it now thx