Simple docker container for LAMP stack project: php, mariadb, phpmyadmin
- cd myproject
- git clone [email protected]:anshabat/lamp-docker.git
- cd docker
- docker-compose up -d
- cd ../
You can create demo index.php in the root of myproject folder with content for testing
- access to app with http://localhost/
- access to phpmyadmin with http://localhost:8080/
- host - mariadb
- username - root
- password - root