Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.43 KB

README.md

File metadata and controls

62 lines (41 loc) · 1.43 KB

nginx

Docker Build GitHub Repo

These are docker images for Nginx running on our Alpine Linux image.

Versions

For the available versions please look at Docker Hub or Quay or check the existing folders within the GitHub repository.

Volumes

  • /srv/www
  • /etc/nginx/custom.d

Ports

  • 8080

Available environment variables

NGINX_DEFAULT_HOST = true
NGINX_SENDFILE = on
NGINX_SKIP_CHOWN = false
NGINX_SKIP_TEMPLATES = false
NGINX_TCP_NOPUSH = on
NGINX_WEBROOT = /srv/www
NGINX_WORKER_CONNECTIONS = 4096
NGINX_WORKER_PROCESSES = 5

Inherited environment variables

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

MIT

Copyright

Copyright (c) 2018 Thomas Boerger <http://www.webhippie.de>