Skip to content

toolhouse/docker-nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx docker images

This is a Toolhouse fork of the official Docker image for nginx, with changes that make it more appropriate as a base image.

The images are kept as close as possible to the official images. See the official image readme for documentation.

Differences from the Official Docker Image

  • Only port 80 is exposed. The official Docker image exposes port 80 and 443, even though the bundled nginx configuration does not listen on 443. This can cause issues with many tools which setup monitoring and/or health checks based on the ports exposed by Docker. As images cannot un-export ports exposed by a base image this is problematic such cases. See pull request docker-nginx/130 and issue docker/3465 for background and discussion on this.

Packages

No packages published

Languages

  • Shell 59.6%
  • Nginx 40.4%