This is a repo for deployment of LAMP stack using docker-compose.
- Docker
- Docker Compose
- Clone the repo
- Run
docker-compose up -d
in the root directory of the repo
- Apache: http://localhost:8080
- PHPMyAdmin: http://localhost:8080
- Edit the PHP files in the
www
directory
Give the command to run mysql inside container:
docker exec -it mysql -u root -p
If you want to try this at home you can access this URL: