Skip to content

davidsuart/minimal-nginx-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimal-nginx.php

A minimal example of dockerised nginx-php

About

  • Based on nginx:alpine
  • All access/error logging (nginx/php) in this container is disabled
  • Has a single php page presented on port 8080

Usage

Build and run it locally (Mapping port 8080 on the host to 80 in the container):

$ git clone https://github.com/davidsuart/awesome-envvars.git
$ docker build --no-cache --tag awesome-envvars github.com/davidsuart/awesome-envvars
$ docker run --publish 8080:80 awesome-envvars

License

MIT license. See LICENSE for full details.

About

📦 A minimal example of dockerised nginx-php

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published