During the deployment process using curl -sSL https://dokploy.com/install.sh| sh, I found that dokploy cannot connect to postgres.It's pointing to the wrong address10.0.1.8.But the correct IP is actually 10.0.1.9. After some trials and reviewing the source code, I found that the possible issue might be due to directly accessing dokploy-postgres, which led to resolving to 10.0.1.8. However, by pinging dokploy-postgres.1.xxxxxxxxxxxxxxxxxxxxxxxxx, it can correctly access postgres.
I'm not sure if this is the issue, please help to take a look.