forked from rockstor/rockon-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminecraft.json
More file actions
35 lines (35 loc) · 1.15 KB
/
minecraft.json
File metadata and controls
35 lines (35 loc) · 1.15 KB
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
{
"Minecraft": {
"description": "Minecraft server with selectable version.<p>Based on a <a href='https://hub.docker.com/r/itzg/minecraft-server' target='_blank'>custom OCI image</a>, available for amd64 and arm64 architecture.</p>",
"version": "1.1",
"website": "https://hub.docker.com/r/itzg/minecraft-server/",
"volume_add_support": true,
"containers": {
"mc": {
"image": "itzg/minecraft-server",
"launch_order": 1,
"ports": {
"25565": {
"description": "Minecraft standard server port",
"label": "minecraft [e.g. 25565]",
"host_default": 25565,
"protocol": "tcp"
}
},
"volumes": {
"/data": {
"description": "Share for the Minecraft server data; including configuration, mods, etc.",
"label": "Data storage [e.g. minecraft-data]"
}
},
"environment": {
"EULA": {
"description": "You must accept the EULA for Minecraft for the server to run.",
"label": "EULA Accept [e.g. TRUE]",
"index": 1
}
}
}
}
}
}