From 425ec91a564310fa0564a2f09106c5f98b91732d Mon Sep 17 00:00:00 2001 From: Hooverdan96 <35113775+Hooverdan96@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:55:39 -0800 Subject: [PATCH] Update gollum to master image --- gollum.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gollum.json b/gollum.json index eb6b07f2..4a0d5805 100644 --- a/gollum.json +++ b/gollum.json @@ -1,12 +1,12 @@ { "gollum": { - "description": "Gollum is a simple wiki system built on top of Git.

Based on the official docker image: https://hub.docker.com/r/gollumwiki/gollum, available for amd64 and arm64 architecture.

", - "version": "1.1", + "description": "A Git Based Wiki.

Based on the official docker image: https://hub.docker.com/r/gollumwiki/gollum, available for amd64 and arm64 architecture.

Note, that the container runs with UID/GID 1000/1000, so the configured share must provide the corresponding access

", + "version": "1.2", "website": "https://github.com/gollum/gollum", "containers": { - "gollumdw": { + "gollum": { "image": "gollumwiki/gollum", - "tag": "5.3", + "tag": "master", "launch_order": 1, "ports": { "4567": { @@ -19,7 +19,7 @@ }, "volumes": { "/wiki": { - "description": "Choose a share for the storage of artefacts created with gollum. E.g. a create a share called gollum-wiki.", + "description": "Choose a share for wiki storage. E.g. a create a share called gollum-wiki-storage, with the owner corresponding to UID=1000 and GID=1000 to avoid permission errors.", "label": "Wiki storage" } }