Geoff Bourne
Geoff Bourne
That sucks the world data got lost; however, perhaps the directory/volume from before is still present somewhere. Speaking of which, can you post which NAS system your using and hopefully...
Hmm, that's odd that the root user within the container is getting permission denied. Do you know if Container Manager is running rootless docker?
I can't recreate this issue. It must be something specific to your system and/or Synology. To help you troubleshoot can you provide output of these: ``` sudo docker exec minecraft-test...
Thanks! I'm really not sure how to proceed though. If a root user does not have permissions to read a symbolic link, then the current solution can't function. I'm afraid...
Your issue inspired me to update the example here in the repo to use a StatefulSet. The example works on a Linux server on my LAN using microk8s and there's...
That's strange the local usage didn't work for you. I used: ``` kubectl apply -f https://github.com/itzg/docker-minecraft-bedrock-server/raw/master/examples/kubernetes.yml kubectl patch svc bds -p '{"spec":{"type":"LoadBalancer"}}' ``` and I was able to see the...
Sorry, I lost track of your reply in my other emails. Confusingly enough, the LAN games show up in the "Friends" tab: 
I'm sorry, I don't think there's anything I can do about this. You may want to file an issue with Mojang.
There does indeed seem to be something weird going on with their networking combined with Docker. Running with Docker Desktop connecting via LAN discovery works, but as a server configured...
...nm, my issue was the loopback exemption thing. After determining the **correct** application identifier and adding exception I was able to connect: ``` CheckNetIsolation LoopbackExempt -a -n=Microsoft.MinecraftUWP_8wekyb3d8bbwe ```