-
Notifications
You must be signed in to change notification settings - Fork 97
/
minecraft.json
40 lines (39 loc) · 1.57 KB
/
minecraft.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
37
38
39
40
{
"Minecraft": {
"containers": {
"mc": {
"image": "itzg/minecraft-server",
"launch_order": 1,
"ports": {
"25565": {
"description": "Minecraft standard server port",
"host_default": 25565,
"label": "minecraft",
"protocol": "tcp"
}
},
"environment": {
"EULA": {
"description": "Must Accept the EULA for Minecraft for the server to run, type TRUE in the box to accept.",
"label": "EULA Accept",
"index": 1
}
},
"volumes": {
"/data": {
"description": "Choose a Share for the Minecraft server data, including configuration, mods, etc.",
"label": "Data storage"
}
}
}
},
"description": "Minecraft server with selectable version.<p>Based on a custom docker image: <a href='https://hub.docker.com/r/itzg/minecraft-server' target='_blank'>https://hub.docker.com/r/itzg/minecraft-server</a>, available for amd64 and arm64 architecture.</p>",
"ui": {
"https": false,
"slug": ""
},
"volume_add_support": true,
"website": "https://hub.docker.com/r/itzg/minecraft-server/",
"version": "1.1"
}
}