-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Instance Domain no longer accessible after .380 update #4681
Comments
I seem to be unable to access it via IP:Port as well. The container seems to be running but shows up as "unhealthy". There are no errors in the docker logs for the container, but I receive a connection reset by peer message when I try to do curl ip:8000
|
Looking at this change, I think the issue is that 8000 should now map to 8080 instead of 80. https://github.com/coollabsio/coolify/pull/4608/files |
Ok, confirmed that this was the problem and my issue is fixed by manually updating the port configuration |
I'm facing the same issue. Can you tell how you updated the port configuration? @shantanugoel |
@ikramhasan I updated it in |
Thanks man. For now I just downgraded my instance but will try your solution later today. |
The Coolify container may be unhealthy due to the following bug #4601. We have changed the port to 8080 to fix the bug mentioned in the linked issues. You should not need to change anything, it should just work out of the box. If you have anything running on port 8080 this will conflict ofc. If your instance is not reachable through your domain name, check if the Coolify proxy is still running with I will close this issue for now, if you have any additional information please let me know. |
Error Message and Logs
Just upgraded to the latest update and the instance took longer than normal to boot back up. Upon further investigation I found the Coolify instance was still accessible via the IP:Port but not through the instance domain (that worked fine before the update).
Steps to Reproduce
Example Repository URL
No response
Coolify Version
v4.0.0-beta.380
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 22.04
Additional Information
No response
The text was updated successfully, but these errors were encountered: