Skip to content

Commit

Permalink
Merge pull request #417 from Hooverdan96/416_update_gollum_6x
Browse files Browse the repository at this point in the history
Update gollum to master image (6.x) (#416)
  • Loading branch information
phillxnet authored Dec 19, 2024
2 parents e295404 + 425ec91 commit 532e8a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gollum.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"gollum": {
"description": "Gollum is a simple wiki system built on top of Git.<p>Based on the official docker image: <a href='https://hub.docker.com/r/gollumwiki/gollum' target='_blank'>https://hub.docker.com/r/gollumwiki/gollum</a>, available for amd64 and arm64 architecture.</p>",
"version": "1.1",
"description": "A Git Based Wiki. <p>Based on the official docker image: <a href='https://hub.docker.com/r/gollumwiki/gollum' target='_blank'>https://hub.docker.com/r/gollumwiki/gollum</a>, available for amd64 and arm64 architecture.</p><p>Note, that the container runs with UID/GID 1000/1000, so the configured share must provide the corresponding access</p>",
"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": {
Expand All @@ -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"
}
}
Expand Down

0 comments on commit 532e8a3

Please sign in to comment.