-
hey i am trying to use docker to add a minecraft server container to my Synology NASand I specifically need version 1.12.2 with forge installed however I am unsure how to stop it from auto-updating to the latest version I really need this soon for an event and I can't find any answers online that show how to do it on portainer any suggestion please add web script if you have figured it out for reference the current script I m using is the following |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
Set and pin the Minecraft version (1.12.2) with VERSION env var https://docker-minecraft-server.readthedocs.io/en/latest/versions/minecraft/ Can pin Forge version with FORGE_VERSION env var if needed https://docker-minecraft-server.readthedocs.io/en/latest/types-and-platforms/server-types/forge/ |
Beta Was this translation helpful? Give feedback.
-
that resolved the problem that i had itzg however now it can not get past the starting sequence on portainer here are my logs as I said they keep repeating |
Beta Was this translation helpful? Give feedback.
-
Thank you very much that has helped me out so much thank you for the quick reply and the advice |
Beta Was this translation helpful? Give feedback.
Oh...your comment changed 😀 and now I'm finding myself changing my comment. The logs are saying it is Java 8 but you're getting the exact same failure? Or is it something different? Please provide new logs.
I'll leave this for the old comment:
It'll be the image field -- you'll probably need to recreate the container since that is the first field it's probably asking for. Set it to
itzg/minecraft-server:java8-multiarch
https://docs.portainer.io/user/docker/containers/add#image-configuration-section