Skip to content

An Alpine Docker container that runs nginx along with the fancyindex mod.

Notifications You must be signed in to change notification settings

ndebruin/nginx-fancyindex-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nginx-fancyindex-docker

An Alpine Docker container that runs nginx along with the fancyindex mod.

Usage:

Usage is very simple, as there is very little this container actually does.

docker run --name nginx-fancyindex -p 80:80 -v /path/to/content:/srv/:ro -d ghcr.io/ndebruin/nginx-fancyindex-docker:latest

You can change the port number.

You need to change the host path, that is where the files you want served go.

About

An Alpine Docker container that runs nginx along with the fancyindex mod.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages