This lets you develop locally with a webserver (NGINX), PHP and MySQL.
docker build -t php .
Create nginx/nginx.conf
and php/php-fpm.conf
in the respective folders.
docker-compose up -d
docker-compose down
docker-compose restart nginx
This lets you develop locally with a webserver (NGINX), PHP and MySQL.
docker build -t php .
Create nginx/nginx.conf
and php/php-fpm.conf
in the respective folders.
docker-compose up -d
docker-compose down
docker-compose restart nginx