Ready-to-use image with Nginx + PHP 7.2 + FPM + Supervisor.
There are main 2 images.
dockette/web
- based on Alpine Linux 3.8dockette/web:debian
- based on Debian Stretch
You can easily start your Docker container with following command.
docker run \
-it \
--rm \
--name www \
-p 80:80 \
-p 9001:9001 \
dockette/web
Port 80 is for webserver and 9001 is for supervisor web interface.