Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 238 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 238 Bytes

docker-nginx-basic-auth

Basic Authentication with Docker and Nginx.

Getting Started

docker build -t svyandun/nginx-basic-auth .
docker run --rm -d -e USERNAME=user -e PASSWORD=password -p 8080:80 svyandun/nginx-basic-auth