Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 523 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 523 Bytes

docker-php-fpm

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!)