aschmelyun / docker-compose-wordpress

A docker-compose workflow for local WordPress development
241 stars 151 forks source link

nginx is not starting #3

Closed prashantkumar112 closed 3 years ago

prashantkumar112 commented 3 years ago

Running below command give me below status of the containers and nginx is not up $docker-compose ps Name Command State Ports

mysql docker-entrypoint.sh mysqld Up 0.0.0.0:3306->3306/tcp,:::3306->3306/tcp, 33060/tcp nginx /docker-entrypoint.sh ngin ... Exit 1
php docker-php-entrypoint php-fpm Up 9000/tcp

BaronVonPerko commented 3 years ago

I had an issue where my nginx would not start. It was due to me forgetting to generate the SSL certs. Check out this readme

prashantkumar112 commented 3 years ago

@BaronVonPerko Thanks ....It woked.