Skip to content

shiharuharu/docker-nginx-autoindex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

# development
make dev

# production
make push

Run

docker run -d --restart unless-stop \
    --name=nginx-autoindex \
    --hostname=nginx-autoindex \
    -v /path/to/your/www:/www \
    -p 80:80 \
shiharuharu/nginx-autoindex:latest

About

nginx autoindex docker image provider by fancyindex

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published