Geoff Bourne
Geoff Bourne
That sounds like bedrock versions. I'm meant what's your host's Linux kernel version? Output of `uname -a` will provide that.
Now I'm confused. I thought you were changing libcurl within the container. The version on your host is not relevant. Please provide output of `uname -a`
It's not incorrect, it's a timezone behavior common to all Linux platforms. Set the TZ environment variable on the container to match your timezone https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html
That indicates a DNS lookup failure, especially since it mentions port 53. I would suggest researching docker DNS QNAP configuration issues.
You'll need to report a bug with Mojang then https://bugs.mojang.com/projects/BDS/
I thought it should only be necessary to map the UDP port since that is what has worked for me; however, it sounds like mapping both definitely improved your setup....
I finally remembered to try this on my Mac and I see what you mean. What's really strange is that I ran two tcpdump's - `sudo tcpdump -v udp port...
I was running those commands on my Mac rather than within the container. I was confirming that even though declaring both types of port bindings seem to help, the TCP...
@MattrCoUk Can you provide a link to that?
Oh...they're not as random as they looked. It would be great if you could PR that example change back to this repo.