-
Notifications
You must be signed in to change notification settings - Fork 98
/
ghost.json
34 lines (34 loc) · 1.29 KB
/
ghost.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
30
31
32
33
34
{
"Ghost": {
"containers": {
"ghost": {
"image": "ghost",
"launch_order": 1,
"ports": {
"2368": {
"description": "Port for website",
"host_default": 8081,
"protocol": "tcp",
"label": "Ghost Port",
"ui": true
}
},
"volumes": {
"/var/lib/ghost/content": {
"description": "Choose a share for your blog data.",
"label": "Blog Storage",
"min_size": "1073741824"
}
}
}
},
"description": "ghost: A publishing platform for professional bloggers.<p>Based on the official docker image: <a href='https://hub.docker.com/_/ghost' target='_blank'>https://hub.docker.com/_/ghost</a>, available for amd64 and arm64 architecture.</p>",
"volume_add_support": false,
"more_info": "navigate to the ui link for the admin site or go to the base url for the public facing site",
"ui": {
"slug": "ghost"
},
"version": "1.1",
"website": "https://ghost.org"
}
}