1.15.3
,latest
Dockerfile
Based on the official Nginx Images, this is includes HTTP2 support and SSL for the following domains:
localhost.dev
*.localhost.dev
localhost
127.0.0.1
::1
$ docker run -ti -v $PWD:/usr/share/nginx/html -p 80:80 -p 443:443 stephenyu/nginx-http2-ssl
SSL Files have been generated using mkcert using the following command
$ mkcert -install localhost.dev "*.localhost.dev" localhost 127.0.0.1 ::1