-
Notifications
You must be signed in to change notification settings - Fork 98
/
gollum.json
29 lines (29 loc) · 1.31 KB
/
gollum.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"gollum": {
"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": {
"gollum": {
"image": "gollumwiki/gollum",
"tag": "master",
"launch_order": 1,
"ports": {
"4567": {
"description": "Website Port",
"label": "Gollum Port",
"host_default": 4567,
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/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"
}
}
}
}
}
}