-
Notifications
You must be signed in to change notification settings - Fork 98
/
pocketmine.json
36 lines (36 loc) · 1.47 KB
/
pocketmine.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
35
36
{
"PocketMine": {
"containers": {
"pocketmine": {
"image": "magicalyak/pocketmine",
"launch_order": 1,
"ports": {
"19132": {
"description": "Port for incoming and discovery broadcasts. You may need to open it (protocol: tcp/udp) on your firewall.",
"host_default": 19132,
"protocol": "udp",
"label": "Listening port"
}
},
"volumes": {
"/data": {
"description": "Choose a Share for the configuration and persistent data.",
"label": "Config Storage (may need to be 777)",
"min_size": "1073741824"
}
},
"opts": [
[
"-it",
""
]
]
}
},
"description": "MineCraft: Pocket Edition Server.<p>Based on a custom docker image: <a href='https://hub.docker.com/r/magicalyak/pocketmine' target='_blank'>https://hub.docker.com/r/magicalyak/pocketmine</a>, available for amd64 architecture only.</p>",
"volume_add_support": false,
"more_info": "<h4>Administration</h4><p>use the command line and run docker attach pocketmine, type help for options. press control-p, control-q to exit without stopping container",
"version": "1.8.1.3",
"website": "https://www.pocketmine.net/"
}
}