https://github.com/perara/docker-gitlist
https://github.com/perara/docker-gitlist
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/perara/docker-gitlist
- Owner: perara
- Created: 2018-12-31T16:25:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-31T16:52:56.000Z (over 6 years ago)
- Last Synced: 2025-01-29T15:50:20.972Z (4 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-gitlist
A dockerized version of gitlist## Usage
```bash
docker run -d -v /path/to/gits:/git -p 8085:80 --name gitlist --restart always perara/docker-gitlist
```