Roche / foxops

Templating for Git Repositories

Home Page:https://foxops.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foxops fails to deploy to Alicloud ACK due to permission denied of binding port: 80

feiyunzhou opened this issue · comments

When deploying Foxops to Alicloud ACK, encountered below issues. The issue is due to the user does not have privileges to bind the port 80. Therefore, it's necessary to use a port > 1000

INFO: Started server process [1]
INFO: Waiting for application startup.
2022-10-23 13:23:13 [info ] Started foxops 0.0.0 [foxops.main]
2022-10-23 13:23:13 [info ] Application startup complete. [uvicorn.error]
2022-10-23 13:23:13 [error ] [Errno 13] error while attempting to bind on address ('0.0.0.0', 80): permission denied [uvicorn.error]
2022-10-23 13:23:13 [info ] Waiting for application shutdown. [uvicorn.error]
2022-10-23 13:23:13 [info ] Application shutdown complete. [uvicorn.error]