DokployD
Dokploy15mo ago
4 replies
Maronno3

Containers not starting after installation script

i ran the installation script as root and it worked fine.

however when i go to the url shown in the logs, it is not reachable.
Then i see the running containers with "docker ps" and i see only one container running: "dokploy/dokploy:latest"

and its logs are these:
Error: getaddrinfo ENOTFOUND dokploy-postgres at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) { errno: -3008, code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'dokploy-postgres' } Default middlewares already exists Network is already initilized Main config already exists Default traefik config already exists Error: getaddrinfo ENOTFOUND dokploy-postgres at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) { errno: -3008, code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'dokploy-postgres' } Error: getaddrinfo ENOTFOUND dokploy-postgres at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) { errno: -3008, code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'dokploy-postgres' } Postgres Not Found: Starting ✅ Traefik Not Found: Starting ✅ Redis Not Found: Starting ✅ Setting up cron jobs.... Migration failed Error: getaddrinfo ENOTFOUND dokploy-postgres at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:107:26) { errno: -3008, code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'dokploy-postgres' }


i am using a basic ubuntu 24 vps on ovh cloud.
it seems like it cannot find dokploy-postgres, but it was never started
Was this page helpful?