An open API service indexing awesome lists of open source software.

https://github.com/thomasleveil/docker-gollum

Docker image running Gollum wiki
https://github.com/thomasleveil/docker-gollum

docker-compose docker-image gollum-wiki

Last synced: about 1 month ago
JSON representation

Docker image running Gollum wiki

Awesome Lists containing this project

README

          

# Gollum Docker image

Docker image running [Gollum](https://github.com/gollum/gollum) wiki

## Usage

Let's say you have a wiki git repository in `./my-wiki`

`docker run -d -p 8080:8080 -v $(pwd):/wiki -u $UID:$GID tomdesinto/gollum`