We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我也有碰到一樣的權限問題,但是出現在uwsgi上
web-container | your memory page size is 4096 bytes web-container | detected max file descriptor number: 65536 web-container | lock engine: pthread robust mutexes web-container | thunder lock: disabled (you can enable it with --thunder-lock) web-container | bind(): Permission denied [core/socket.c line 230]
之後有看到有人提出nginx, uwsgi等的root權限只在container內有效並不影響server,我也不確定這說法對不對,想問你之後還有研究過root的問題嗎?
The text was updated successfully, but these errors were encountered:
目前解決的方法還是如同文章內的這樣,後續沒有在追蹤了。
Sorry, something went wrong.
No branches or pull requests
我也有碰到一樣的權限問題,但是出現在uwsgi上
web-container | your memory page size is 4096 bytes
web-container | detected max file descriptor number: 65536
web-container | lock engine: pthread robust mutexes
web-container | thunder lock: disabled (you can enable it with --thunder-lock)
web-container | bind(): Permission denied [core/socket.c line 230]
之後有看到有人提出nginx, uwsgi等的root權限只在container內有效並不影響server,我也不確定這說法對不對,想問你之後還有研究過root的問題嗎?
The text was updated successfully, but these errors were encountered: