dwdraju/dockerfiles:nginx-proxy
docker build -t nginx-proxy .
Enter password on the prompt
htpasswd -c auth nginxuser
docker run -p 8080:80 -e PROXY_URL=[nginx-url] -e HTPASSWD_USER=nginxuser -e HTPASSWD_PASSWORD='nginxpassword' nginx-proxy:latest
Browse with url: http://localhost:8080
Content type
Image
Digest
Size
11.7 MB
Last updated
over 4 years ago
docker pull dwdraju/dockerfiles:opensearchproxy