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
- Host: GitHub
- URL: https://github.com/thomasleveil/docker-gollum
- Owner: thomasleveil
- Created: 2019-03-21T15:31:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T15:53:04.000Z (over 7 years ago)
- Last Synced: 2025-02-01T13:21:21.812Z (over 1 year ago)
- Topics: docker-compose, docker-image, gollum-wiki
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/tomdesinto/gollum
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`