Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

jasonheecs/docker-nginx-proxy

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modified Docker Image for nginx-proxy

Build Status Docker Automated Build Status

A modified docker image based on the nginx-proxy docker image. Increased nginx upload limits and removed nginx server tokens.

Usage

docker pull jasonheecs/nginx-proxy:latest

Sample docker-compose file:

version: '2'
services:
  nginx-proxy:  
    image: jasonheecs/nginx-proxy
    ports:
      - "80:80"
    volumes:
      - /var/run/docker.sock:/tmp/docker.sock
    container_name: nginx-proxy

Testing

Testing is done via Rspec and Hadolint

To run Rspec tests:

gem install bundler
bundle install
bundle exec rspec

To run linting tests on the Dockerfile:

docker pull hadolint/hadolint
docker run --rm -i hadolint/hadolint < Dockerfile

Refer to the travis.yml file and Travis build logs for details on the automated tests and expected outputs.

License

MIT

About

Increased upload limits and removed server tokens for nginx-proxy docker image

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.