Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 288 Bytes

File metadata and controls

13 lines (8 loc) · 288 Bytes

Docker

You can build the image like this

docker build --rm=true -t gitlist .

And run it like this

docker run --rm=true -p 8888:80 -v /path/repo:/repos gitlist

The web interface will be available on host machine at port 8888 and will show repositories inside /path/repo