Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 293 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 293 Bytes

Docker LAMP Starter Kit

Basic LAMP starter kit.

Installation

Uncomment the following line in docker-compose.yml if you want to seed the database.

- ./resources/mysql/seed/news.sql:/docker-entrypoint-initdb.d/news.sql

docker-compose up -d

Visit http://localhost:8100