Geoff Bourne

Results 1036 comments of Geoff Bourne

Sorry, that documentation has now become incorrect since it is not tracking the logic as it now exists. Really all that is supported is "LATEST", "PREVIEW", or a specific, fully...

Is your OPS actually an empty string? I'm not sure where it got such a strange username in the lookup URL https://playerdb.co/api/player/minecraft/%222533274792815295%2C2535422481116265%2C2535473455360206%22 You probably need to set `EXISTING_OPS_FILE` back to...

Oh, I see you later changed your config snippet. Do you have a comma separated list of usernames or UUIDs for your OPS?

Aha! When using `environment` list syntax, then do not include quotes, like ``` - OPS="xxx" ``` It needs to be ``` - OPS=user1,user2 ``` Better yet, I highly recommend using...

This image only downloads and runs the software provided by Mojang. Please contact their forum or issue tracker about issues specific to their software.

OPS is meant to be a list of usernames not a file. If you want to use the existing ops.json then don't set anything extra for that. Or maybe you...

What command(s) are you using the apply the changes? What are you showing in the second code snippet? Is that output from the docker inspect command?

To clarify, you ended up doing what was already documented: https://github.com/itzg/docker-minecraft-bedrock-server/tree/master#quickstart If you want a persistent volume then yes, you must declare that as a `-v` argument, as shown.

Sorry, no, but seems like something that would not be docker specific. So you may want to search through the Mojang bug tracker.

That aspect has nothing to do with running in docker. Please submit a feature request with Mojang for the "Bedrock Dedicated Server" product.