Run an nginx server with a self-signed TLS certificate on https://localhost.
947
Run an nginx server with a self-signed TLS certificate on https://localhost.
docker run \
--rm \
--env REMOTE_URL=http://localhost:8080 \
--publish 443:443 \
--publish 80:80 \
bpholt/localhost-nginx
Content type
Image
Digest
Size
51.6 MB
Last updated
over 5 years ago
docker pull bpholt/localhost-nginx