Skip to content

innomatrix/nginx-basic-auth-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate for rapidly creating a simple, lightweight, auth-based nginx-apple docker image

Put your static files in /src

Fire and forget:

docker build -t web-image:v1 .

docker run --rm -d -p 8123:8123 web-image:v1

Extra docker-compose.yml included

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published