docker php fpm without nginx
This file is build from offical PHP image with the tag 8.2-fpm-alpine3.18, take a look at the dockerfile for more details
run the below command to build the image
docker build -t test .
Visit Docker Hub for the image
Full tutorial for setting up micro services at my blog if you are interested (of course you are!)