Catur
upgrade
Please check at:
setting > web server settings > updates
Here are the references
https://docs.dokploy.com/en/docs/core/server/overview#updates2 replies
Port issue
I feel like your container is not using the port correctly, remember that NGINX runs on port 80, try the config
.yml
below to test NGINX on your compose file, then point your domain to your server.
In my opinion, as long as you use Dokploy, you don't need NGINX for your reverse proxy anymore, we only need to set the domain directly in Dokploy.
Why on your api
service, you use php:8.2-fpm image? I don't understand what you mean, I think you need to include your application image.
Hope that answers your question, correct me if I'm wrong.4 replies