This is a little docker-compose sandbox with nginx, php, mysql and phpmyadmin. It's usefull. environment to pull-up ease a web environment for php (wordpress or something else).
- Put you php/html/css code in the html folder.
- execute
docker-compose build - execute
docker-compose up -d - connect your browser to
localhost:8002for the web content - connect your browser to
localhost:9003for the phpmyadmin.