It's been like this for an hour or more.

anyone can help me
No description
39 Replies
Siumauricio
Siumauricio9mo ago
what vps provider are you using?
kmΟShα
kmΟShαOP9mo ago
zap-hosting.com
Siumauricio
Siumauricio9mo ago
what distro are you using?
kmΟShα
kmΟShαOP9mo ago
Ubuntu 24.04 LTS
Siumauricio
Siumauricio9mo ago
arm o amd?
kmΟShα
kmΟShαOP9mo ago
amd64
Siumauricio
Siumauricio9mo ago
is strange, it should work, no idea why is not working what I recommend is to try in the vps we recommend they have been tested
Siumauricio
Siumauricio9mo ago
Installation
Get Dokploy up and running on your server within minutes with this easy-to-follow installation guide.
kmΟShα
kmΟShαOP9mo ago
hmmm 😦
kmΟShα
kmΟShαOP9mo ago
Does this have anything to do with anything?
No description
Siumauricio
Siumauricio9mo ago
run the same command but with --no-trunc flag
kmΟShα
kmΟShαOP9mo ago
No description
Siumauricio
Siumauricio9mo ago
did you have docker installed before you ran the installation script?
kmΟShα
kmΟShαOP9mo ago
nope
Siumauricio
Siumauricio9mo ago
Stack Overflow
docker: Error response from daemon: AppArmor enabled on system but ...
I install docker-ce 19.03.3, on ubuntu 19.04 following the installation procedure described on the official website. The installation worked well. But when I wanted to test by creating a container,...
Siumauricio
Siumauricio9mo ago
probably that issue comes from your vps itself
kmΟShα
kmΟShαOP9mo ago
i'm already tried this I installed postgresql server before installing dokploy.. does it have any effect?
Siumauricio
Siumauricio9mo ago
could be, is difficult to know, I had never see that error tbh What I recommend is to use one vps of our suggested providers to avoid kind of errors Or you can try to fix it on that server you are using
kmΟShα
kmΟShαOP9mo ago
ok thx man I should have enabled Docker on the hosting.
kmΟShα
kmΟShαOP9mo ago
but after installation this happened
No description
Siumauricio
Siumauricio9mo ago
is working now?
kmΟShα
kmΟShαOP9mo ago
No description
kmΟShα
kmΟShαOP9mo ago
This website is not accessible err
No description
Siumauricio
Siumauricio9mo ago
check the firewall
kmΟShα
kmΟShαOP9mo ago
oh sorry 😅 hmmmmm.. same
kmΟShα
kmΟShαOP9mo ago
No description
Siumauricio
Siumauricio9mo ago
do docker service logs dokploy
kmΟShα
kmΟShαOP9mo ago
No description
Siumauricio
Siumauricio9mo ago
run docker service ls
kmΟShα
kmΟShαOP9mo ago
No description
Siumauricio
Siumauricio9mo ago
looks good, share all the logs please from dokploy
Siumauricio
Siumauricio9mo ago
run docker service rm dokploy then run this
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 \
--mount type=volume,source=dokploy-docker-config,target=/root/.docker \
--publish published=3000,target=3000,mode=host \
--update-parallelism 1 \
--update-order stop-first \
--constraint 'node.role == manager' \
dokploy/dokploy:latest
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 \
--mount type=volume,source=dokploy-docker-config,target=/root/.docker \
--publish published=3000,target=3000,mode=host \
--update-parallelism 1 \
--update-order stop-first \
--constraint 'node.role == manager' \
dokploy/dokploy:latest
that error happens when the provider makes some changes internally in terms of DNS resolution
kmΟShα
kmΟShαOP9mo ago
aha that's new logs:
kmΟShα
kmΟShαOP9mo ago
with same problem
Siumauricio
Siumauricio9mo ago
new error..... I would like to continue helping you but I insist that you use a provider that we recommend, these problems are due to multiple reasons such as the provider modifying certain internal things like network issues, DNS resolution, etc, the error you have I think is quite clear, connectivity problems between redis and dokploy this happens due to the reasons mentioned above
kmΟShα
kmΟShαOP9mo ago
احا ok no problem
Siumauricio
Siumauricio9mo ago
if you can replicate the same error on the providers we recommend I'm glad to advance on the issue

Did you find this page helpful?