diff --git a/gollum.json b/gollum.json index cae79911..eb6b07f2 100644 --- a/gollum.json +++ b/gollum.json @@ -1,28 +1,29 @@ { - "Gollum": { - "description": "A Git Based Wiki on Alpine.
Based on a custom docker image: https://hub.docker.com/r/adtac/gollum-alpine, available for amd64 architecture only.
", - "version": "0.0.2", + "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", "website": "https://github.com/gollum/gollum", "containers": { - "gollum-alpine": { - "image": "adtac/gollum-alpine", + "gollumdw": { + "image": "gollumwiki/gollum", + "tag": "5.3", "launch_order": 1, "ports": { - "8080": { + "4567": { "description": "Website Port", "label": "Gollum Port", - "host_default": 8082, + "host_default": 4567, "protocol": "tcp", "ui": true } }, "volumes": { "/wiki": { - "description": "Choose a share for wiki storage", + "description": "Choose a share for the storage of artefacts created with gollum. E.g. a create a share called gollum-wiki.", "label": "Wiki storage" } } } } } -} +} \ No newline at end of file