/docker-lamp

Apache + PHP + MySQL+ Phpmyadmin with Docker Compose

Primary LanguagePHP

How to use

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

Access to phpmyadmin localhost:8080

Connecting mysql in your php code dbhost must be set to "mysql" which has been set in docker-compose.yml file at services section.