项目作者: ahmadnassri

项目描述 :
docker image for gollum wiki
高级语言: Dockerfile
项目地址: git://github.com/ahmadnassri/docker-gollum.git
创建时间: 2020-05-22T14:37:49Z
项目社区:https://github.com/ahmadnassri/docker-gollum

开源协议:MIT License

下载


Gollum Wiki Container

a Gollum Wiki container for local runs.

license
release
size
docker
github

Usage

create a docker-compose.yml with the following:

  1. version: 3
  2. services:
  3. gollum:
  4. image: ahmadnassri/gollum
  5. volumes:
  6. - $PWD:/wiki
  7. ports:
  8. - 80:4567

Volumes

Map the the directory where Gollum will read files to /wiki


Author: Ahmad Nassri
Twitter: @AhmadNassri