10up / wp-local-docker

****** WP Local Docker V2 is now available - https://github.com/10up/wp-local-docker-v2
MIT License
749 stars 152 forks source link

Nginx container is not starting #97

Closed stefanosaittamrf closed 6 years ago

stefanosaittamrf commented 6 years ago

Runnig docker-compose up on a just cloned repo give me this error on the wp-local-docker_nginx_1 container.

ERROR: for nginx  Cannot start service nginx: driver failed programming external connectivity on endpoint wp-local-docker_nginx_1 (df6489b1d02353c44134d10de72162c67e01f743433e4eab265d7406fb65188d): Error starting userland proxy: Bind for 0.0.0.0:443: unexpected error (Failure EADDRINUSE)
ERROR: Encountered errors while bringing up the project.

Any help?

cmmarslender commented 6 years ago

You have something else already bound to port 443. If you have other docker containers running that bind 443, you need to stop them. Alternatively, it could be another local development environment running.