Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 518 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 518 Bytes

This is a docker image of the mainline version of nginx and the latest stable version of PHP, configured to work together and serve both static and PHP scripts. The image is publicly available on docker hub.

How to use

From the root directory of your site, the command looks like this

  docker run \
      -p 8080:80 \
      -v $PWD:/usr/share/nginx/html \
      codomatech/nginx-php8

A work of ❤️ by Codoma.tech.