Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 447 Bytes

File metadata and controls

19 lines (13 loc) · 447 Bytes

Docker LAMP

Linux + Apache + MariaDB (MySQL) + PHP 7.2 on Docker Compose. Mod_rewrite enabled by default.

Instructions

Enter the following command to start your containers:

$ docker-compose up -d

To stop them, use this:

$ docker-compose stop

Feel free to make pull requests and help to improve this.

If you are looking for phpMyAdmin, take a look at this.