Merge pull request #94 from YuvanNeko/master
Added Minecraft server && Changed Environment Variable's name in JDownloader.
This commit is contained in:
BIN
pi-hosted_template/images/minecraft.png
Normal file
BIN
pi-hosted_template/images/minecraft.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 393 KiB |
@@ -65,6 +65,22 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"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.",
|
||||
"image": "itzg/minecraft-server:multiarch-latest",
|
||||
"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/pi-hosted_template/images/minecraft.png",
|
||||
"name": "minecraft",
|
||||
"ports": [
|
||||
"25565:25565/tcp"
|
||||
],
|
||||
"restart_polocy": "unless-stopped",
|
||||
"title": "Minecraft Server",
|
||||
},
|
||||
{
|
||||
"categories": [
|
||||
"Other",
|
||||
@@ -834,8 +850,8 @@
|
||||
"env": [
|
||||
{
|
||||
"set": "",
|
||||
"label": "MYJD_DEVICE",
|
||||
"name": "MYJD_DEVICE"
|
||||
"label": "MYJD_DEVICE_NAME",
|
||||
"name": "MYJD_DEVICE_NAME"
|
||||
},
|
||||
{
|
||||
"set": "",
|
||||
|
||||
Reference in New Issue
Block a user