You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Hi, I'm not good at using Linux.
My server has two separate IPs, and one of them has already been bound to IP1:80 in Docker.
After running install.sh, I encountered an error:
Setting up Pretendo account servers database... Error response from daemon: driver failed programming external connectivity on endpoint pretendo-network-nginx-1 (afa0ae5b27ecade72ad0bcfafefb805cd8511ebbe364d416ef3cf44a82adbbe): Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use.
My 0.0.0.0:80 is not occupied; my other Nginx setup only listens on ip1:80.
Can your project be configured to listen only on ip2:80? What steps do I need to take?
Thank you!