forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgollum.json
28 lines (28 loc) · 871 Bytes
/
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",
"version": "0.0.1",
"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"
}
}
}
}
}
}