Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.3 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.3 KB

Gollum Wiki Container

a Gollum Wiki container for local runs.

license release size docker github

Usage

create a docker-compose.yml with the following:

version: 3

services:
  gollum:
    image: ahmadnassri/gollum
    volumes:
      - $PWD:/wiki
    ports:
      - 80:4567

Volumes

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


Author: Ahmad Nassri • Twitter: @AhmadNassri