docker-nginx-php-mysql
docker-nginx-php-mysql copied to clipboard
Docker running Nginx, PHP-FPM, MySQL & PHPMyAdmin
I have tried both CentOS 8 and Ubuntu 20.10. It's quite simple, just able to make it work perfectly in Ubuntu 20.10. But same docker-compose.yml cannot work in CentOS 8....
I'm traying to integrate memcached to php container witouth success. My commands are: apt install memcached -y service memcached start apt install php5-memcached -y Regards!
I'm using this docker to build a website in laravel framework and I need to use dompdf library to install by composer. I run this command: sudo docker run --rm...
Would be great to have access to .env values in PHP to avoid having to connect to the database and reuse db_name, db_user etc etc
It's certainly odd that you have to go out of your way to setup Docker on Linux so that it doesn't need `sudo`. Nonetheless, it might be best to presume...
Hi, I really like this repository which is very complete but being used to using Apache, I would like to replace Nginx with Apache but I am afraid of doing...
I'm on Windows 10 (Home) and use Docker Toolbox with VirtualBox (there is no other solution if you're not on Win10 Pro/Enterprise). I made the setup of this repo work...
Hi, It's not an issue, but I'd like to know what are the best strategies do deploy an app with this repository. Exemple: I'm using aws in some projects without...
Hello, Can you add Zend OPcache support? Thank you.