Skip to content

codomatech/nginx-php8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A ready docker image with nginx and PHP8.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published