eriktonon / lamp-docker

PHP docker compose development environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAMP built with Docker Compose

Versions

  • PHP Version 7.3.12
  • Apache Version 2.4
  • MySQL version 8.0

Config default

  • MySQL MySQL database and password settings are inside the .env file
  • Apache2 vhost mapping are within .config / vhosts
  • PHP a php file was left in the index to do some stack testing
  • Virtualhost /var/www/html

Images docker repository

other versions of php inside the stack

Installation

git clone https://github.com/eriktonon/lamp-docker
cd lamp-docker
docker-compose up -d

You can access it via http://localhost.

About

PHP docker compose development environment

License:Apache License 2.0


Languages

Language:PHP 100.0%