nginx cant access other services in docker compose stack
Locally my compose stack works normally, but when I deploy it to dokploy nginx container cant access other containers in the network. But other containers can access nginx.
Here is my compose file
Could it be because it whaits to start nginx when other parts of network are ready? It acts as a reverse proxy for local network so it cant be started before other servers are available

2 Replies
I remember I already answer a similar solution to nginx long time ago and it was related
I'll try to search for nginx questions
naah, nothing relevant