2022-02-23 00:00:46 -03:00
{
"categories" : [
"Other" ,
"Tools" ,
"Games"
] ,
"description" : "This docker image provides a Minecraft Server that will automatically download the latest stable version at startup. You can also run/upgrade to any specific version or the latest snapshot. See the Versions section below for more information." ,
"env" : [
{
"default" : "TRUE" ,
"label" : "EULA" ,
"name" : "EULA"
}
] ,
2022-08-21 21:09:22 +01:00
"image_arm32" : "itzg/minecraft-server:latest" ,
"image_arm64" : "itzg/minecraft-server:latest" ,
"image_amd64" : "itzg/minecraft-server:latest" ,
2022-02-23 00:00:46 -03:00
"logo" : "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/minecraft.png" ,
"name" : "minecraft" ,
"officialDoc" : "https://github.com/itzg/docker-minecraft-server#using-docker-compose" ,
"platform" : "linux" ,
"ports" : [
"25565:25565/tcp"
] ,
2023-08-01 19:23:27 +02:00
"restart_policy" : "unless-stopped" ,
2022-02-23 00:00:46 -03:00
"title" : "Minecraft Server" ,
"type" : 1 ,
"volumes" : [
{
"bind" : "/portainer/Files/AppData/Config/Minecraft-data" ,
"container" : "/data"
}
] ,
"webpage" : "https://www.minecraft.net/en-us"
}