Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.66 KB

File metadata and controls

66 lines (44 loc) · 1.66 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_HEALTHCHECK_CODE = 200
NGINX_HEALTHCHECK_URL = http://localhost:8080/
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

Extracted by the command: grep -hE ': "\$\{(.*)\}"' latest/overlay/etc/entrypoint.d/*.sh | sed 's/: "\${//' | sed 's/:="/ = /' | sed 's/"}"$//' | sort | uniq

Inherited environment variables

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

MIT

Copyright

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