It is simple LAMP stack which allows you to run any PHP based application that requires www and mysql server.
- PHP 8.0.x
- MySQL 8.0.x
- phpMyAdmin 5.1.1
Go to project directory and run:
docker-compose up
Then open in your browser: http://localhost:8000
Put your PHP application inside ./www
folder.
Check docker-compose.yml file.