Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 553 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 553 Bytes

Apache 2.4.x and PHP-FPM running in Docker

Prerequisites

Get Started

Running Apache 2.4.x and PHP-FPM

docker-compose up

Running with phpMyAdmin and MariaDB

docker-compose -f docker-compose.yml -f docker-compose.local.yml up

Setup for Laravel

  1. Install Laravel into src directory.
  2. Update document root to /var/www/html/public in Apache virtual host configurations file.