mikechernev/dockerised-php Making your dockerised PHP application even better Dockerise your PHP application with Nginx and PHP7-FPM Required Docker (+docker-compose, docker-machine, docker-nightly) file strunture . .. code/ index.html index.php code2/ index.html index.php docker-compose.yml log.conf site.conf site.1.conf docker-compose.yml web: image: nginx:latest ports: - "80:80" # local port ..