Basic Docker configuration for PHP dev-environment.
Images
- nginx - based on alpine:latest (based on config: matriphe/docker-alpine-nginx)
- phpfpm - based on alpine:edge + PHP-FPM 7.0.14
- mysql - mysql:5.7
- linux - ubuntu + composer and tools necessary for developer
- appdata - busybox
docker-compose up -d
http://localhost:8080/index.php
docker-compose down
- change alpine:edge -> alpine:latest
- improve linux tools for dev