-
Notifications
You must be signed in to change notification settings - Fork 97
/
gollum.json
28 lines (28 loc) · 1.05 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
{
"Gollum": {
"description": "A Git Based Wiki on Alpine. <p>Based on a custom docker image: <a href='https://hub.docker.com/r/adtac/gollum-alpine' target='_blank'>https://hub.docker.com/r/adtac/gollum-alpine</a>, available for amd64 architecture only.</p>",
"version": "0.0.2",
"website": "https://github.com/gollum/gollum",
"containers": {
"gollum-alpine": {
"image": "adtac/gollum-alpine",
"launch_order": 1,
"ports": {
"8080": {
"description": "Website Port",
"label": "Gollum Port",
"host_default": 8082,
"protocol": "tcp",
"ui": true
}
},
"volumes": {
"/wiki": {
"description": "Choose a share for wiki storage",
"label": "Wiki storage"
}
}
}
}
}
}