Skip to content

svyandun/docker-nginx-basic-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic Authentication with Docker and Nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages