Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 364 Bytes

readme.md

File metadata and controls

15 lines (11 loc) · 364 Bytes

PHP Apache MariaDB Docker container

Usage

1. Copy application code into src folder
2. Create .env file to configure environment variables
3. Run 'docker-compose up --build' in terminal

Default environment variables

APACHE_DOCUMENT_ROOT=/var/www/html/public MYSQL_ROOT_PASSWORD=root MYSQL_DATABASE=test MYSQL_USER=super MYSQL_PASSWORD=super