Replies: 2 comments
-
Re-pulling the image or using java21 image tag will resolve that https://docker-minecraft-server.readthedocs.io/en/latest/versions/java/ If you need to actually go to an older Minecraft version, just changing VERSION env var should be enough https://docker-minecraft-server.readthedocs.io/en/latest/versions/minecraft/ |
Beta Was this translation helpful? Give feedback.
-
this worked - thanks to your help! services: |
Beta Was this translation helpful? Give feedback.
-
Im trying to get a minecraft server set up for my kids. Which was usually a simple task on Docker but its thrown a wobbler and made me question my understanding of images - Maybe you can help?
Im trying to run an old server with a docker tag to match 1.20.4 client. It threw an error:
I thought that docker was meant to have everything necessary in the container to run? Is this some security mechanism to ensure people only run up-to-date clients? So i have to roll my own container to do this task?
How do i match this client with a server?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions