tulik / symfony-4-docker-env

Docker Environment for Symfony. PHP-FPM, NGINX SSL Proxy, MySQL, LEMP
MIT License
118 stars 60 forks source link

Error after docker-compose up (MAC OSX) #5

Closed woprrr closed 6 years ago

woprrr commented 6 years ago

Hello and thank for that purpose of SF4 project structure !! That looks GREAT !!

I can't achieve the installation process because I have this error just after fire the command docker-compose up -d (also tried with single up).

ERROR DISPLAYED : WARNING: Image for service h2-proxy was built because it did not already exist. To rebuild this image you must usedocker-compose buildordocker-compose up --build`. Creating postgres ... done Creating adminer ... done Creating php-fpm ... done Creating symfony ... done Creating h2-proxy ... error

ERROR: for h2-proxy Cannot start service h2-proxy: driver failed programming external connectivity on endpoint h2-proxy (c01f548971682092afceb0513fbc7cf3f7aef1ba6e28fe5a4a84151f35f347e2): Error starting userland proxy: Bind for 0.0.0.0:443: unexpected error (Failure EADDRINUSE)

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

tulik commented 6 years ago

There is probably another service running on port 443 on your localhost.

woprrr commented 6 years ago

Yes you finally right ! It's a relicat of my old installation of Mamp Pro ... with clean delete of Mamp Pro all works well 👍 Thx !