docker-nginx-php-mysql icon indicating copy to clipboard operation
docker-nginx-php-mysql copied to clipboard

Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin

Results 34 docker-nginx-php-mysql issues
Sort by recently updated
recently updated
newest added
trafficstars

Take a look at the comments in issue 102: https://github.com/laradock/laradock/issues/102 I am having trouble getting xdebug remote debug working. ```` expose: - "9000" ````

Hi~ I want to use the follow project to create my project.Do you know how to use it? https://github.com/overtrue/package-builder Thank you~

How to create route using your docker? Thankful ;D

I have been trying to get laravel working with this docker stack for past few days but nothing seems to working. Things i've already tried. 1. github clone https://github.com/laravel/laravel.git to...

Great post/repository, fantastic instructions. Am hoping to request adding Wordpress into the mix as a docker container if that's of interest to others (am trying, initially am getting port conflicts...

hello , when I use the default env file,mysql is ok. then i modify the env file, use 5.6 version, the mysql container can not login, is there a problem,...

I have multiple instances of the containers in docker-compose.yml running in the same docker network (because I'm serving multiple applications by reverse proxying). I noticed that, from the 2nd `web`...

Hi! Awesome project! I used vagrant and want to switch to docker. I will probably migrate many projects. First though I need to find out why docker-php can't write to...

I noticed the generated "reports", and wanted to know if you have a utility for making them public, or planned on creating one? Something along that lines that publishes them...

While developing with SSL/HTTPs locally, it can be rather annoying to have the red "x", and browser flags that the cert is _not_ approved. Update the readme with the steps...