Geoff Bourne

Results 719 comments of Geoff Bourne

It actually looks like I'm missing a mapping for `force-gamemode`. I'll add that and then you won't need to access `server.properties`. To answer your original question: it depends. If you...

I would use tcpdump to debug where the packets are traversing or not https://linuxhint.com/tcpdump-beginner-guide-2/

Are you specifying a volume attachment for `/data`?

Are you running on Docker Desktop? If so, you're probably getting the same, weird behavior I see with volume level ownership. On Windows (Docker Desktop WSL2) the `chown` didn't stick:...

It should do it all to `/data`, but apparently there's a bug somewhere in here.

I pushed an updated image that outputs info about the running user and the `/data` ownership and that `chown` step is definitely not sticking and apparently that is "expected behavior"...

> And we can't do that with the BE container? Have it do its setup as root and change the directory to the requested user afterward? Temporary setup is ok...

This seems to be slightly more relevant...and still open 🙂 https://github.com/moby/moby/issues/2259

First, you may want to see if a server command can be used to change that setting using: https://github.com/itzg/docker-minecraft-bedrock-server#executing-server-commands If that doesn't work, then these instructions are on the java...

Do the rcon web container logs show anything? Try adding the env var `OVERRIDE_SERVER_PROPERTIES: "true"` to your `minecraft-server` service since it may not be updating the server properties with your...