-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Bug]: bind() to 0.0.0.0:80 failed (13: Permission denied) #4601
Comments
Please run the installation script again this should help fix the issues: |
Hey, my setup was running on a system where I am not able to run the install script (Synology). Do you by any chance know what I need to change the? (I am using manual install) |
Now It's fix! How? Diagnosis
The error Cz Docker environments processes is not running as root or privileged. So am going inside the docker run -it --user root <image_name> sh And I need apk add libcap # cz Coolify Docker container is based on Alpine-based images
setcap 'cap_net_bind_service=+ep' /usr/sbin/nginx After that, am restart the NGINX (from inside coolify container): nginx -s reload and test if configuration is passed successfully nginx -t Wow... I am panic when I can't access my Coolify dashboard! |
[NOTICE]: Running custom command instead of web server configuration: 'sh' |
Let me know if the update fixes your issue. |
It's works! |
Error Message and Logs
I just did upgrade from
4.0.0-beta.378
to4.0.0-beta.379
After that I downgrade the version back to
4.0.0-beta.378
. But the error still same.Steps to Reproduce
4.0.0-beta.378
to4.0.0-beta.379
from dashboard -> crash4.0.0-beta.378
to4.0.0-beta.379
manually -> crash4.0.0-beta.379
to4.0.0-beta.378
manually -> crashExample Repository URL
No response
Coolify Version
4.0.0-beta.379
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 22.04.5 LTS
Additional Information
No response
The text was updated successfully, but these errors were encountered: