Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 270 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 270 Bytes

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