From caeffdaaefcec1ae26aaf10873a47795bc3ba4e6 Mon Sep 17 00:00:00 2001 From: don Date: Fri, 29 Oct 2021 14:27:15 -0400 Subject: [PATCH] Update portainer-v2.json updated minecraft server, missing options --- pi-hosted_template/template/portainer-v2.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index 39350cb..d11b3dc 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -75,9 +75,23 @@ "image": "itzg/minecraft-server:multiarch-latest", "logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/pi-hosted_template/images/minecraft.png", "name": "minecraft", + "platform": "linux", + "type": 1, "ports": [ "25565:25565/tcp" ], + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Minecraft-data", + "container": "/data" + } + ] + "env": [ + { + "label": "EULA", + "name": "EULA", + "default": "TRUE" + } "restart_polocy": "unless-stopped", "title": "Minecraft Server" },