nginx-libressl
Nginx compiled with LibreSSL
100K+
This repository was originally forked from https://github.com/nginx-modules/docker-nginx-libressl
Most of the build process has been reused from their image.
Update 2018-01-19: I have removed the Cloudflare SPDY patch since it has now been deprecated by Cloudflare.
Update 2018-09-26: SPDY has been re-introduced thanks to the nginx mega patch
docker run --rm --name nginx -v ./htdocs:/var/www -p 80:80 -p 443:443 -d ajoergensen/nginx-libressl:tag
Available tags are stable and mainline
PUID: Change the uid of the user running nginxPGID: Change the gid of the user running nginxCHOWN_WWWDIR: Enable/disable the change of ownership of /var/www to $PUID:$PGID, defaults to TRUE. Note, if /var/www read only this variable will always be FALSEWORKER_PROCESSES: Change the value of nginx worker_processes, defaults to auto.NGINX_CLIENT_MAX_BODY_SIZE: Set client_max_body_size, default is 50M.SERVER_TOKENS: Controls server_tokens. Set to on or off. Default is offCUSTOM_SERVER: Sets the Server: header to a custom value. Default is undefined.Though not defined as a volume, I recommend mapping a folder to /etc/nginx/conf.d to store your vhost definitions.
This image works great with docker-gen and docker-letsencrypt-nginx-proxy-companion (as a drop-in replacement for the nginx-proxy image)
Originally based on the official nginx Dockerfile & Wonderfall/boring-nginx - Forked from denji/nginx-libressl
Content type
Image
Digest
sha256:da6fa0ac3…
Size
24.3 MB
Last updated
over 1 year ago
docker pull ajoergensen/nginx-libressl:mainline