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.`
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 singleup
).ERROR DISPLAYED :
WARNING: Image for service h2-proxy was built because it did not already exist. To rebuild this image you must use
docker-compose buildor
docker-compose up --build`. Creating postgres ... done Creating adminer ... done Creating php-fpm ... done Creating symfony ... done Creating h2-proxy ... errorERROR: 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.`