Geoff Bourne
Geoff Bourne
The `OP` setting is additive, so it's safe to redo the docker-compose up with that.
@herohamp , can you double check you have stdin and tty enabled on the container?
You're setting up the container correctly, so I can't offer much advise other than troubleshooting the network activity with wireshark/tcpdump on the docker host.
I just remembered I have also found the client/app itself can be part of the problem. Force quitting the app on my phone and then restarting it fixes server discovery...
That's a fair request; however, it's a non-trivial problem to solve since it would need to coordinate the restart of the server to avoid disrupting players. It also needs the...
@joshuaganger is right. Instead, something would need to watch the download page like https://github.com/itzg/docker-minecraft-bedrock-server/blob/master/bedrock-entry.sh does and notice when the referenced download URL changes.
@Rello the Minecraft version is checked at (and only at) startup, so restarting the container is all that is needed in most cases. It doesn't hurt to pull the image...
The image just automates startup processing. Please open an issue with Mojang.
Nothing significant has changed in the image and the library path setting has been there since the beginning https://github.com/itzg/docker-minecraft-bedrock-server/blob/3cf8c20ca4cfb40afa0d439c935d8a0d267a055c/bedrock-entry.sh#L128 As you said, Mojang has obviously been further neglecting the bedrock...
Thanks! That's something I could add to the image build. I keep wondering to myself why it works without that change for most people. What is the version of your...