Geoff Bourne
Geoff Bourne
You can change the port mappings to use what you want for host side. Otherwise you need to contact https://github.com/rcon-web-admin/rcon-web-admin for issues with their implementation
When you add a new server in "Server Management" can you make sure in "Server Host" you are giving the docker-compose service name of the minecraft-server container? With my example...
Gotcha. I’ll try recreating that proxy setup too and see if I can debug it.
I think I accidentally ran into the same kind of issue when I forgot to expose the websocket port. That led me to find this issue and solution description in...
Thanks for pointing that out @quodos . Apparently I missed a couple of links that need to point at the new location.
@quodos , I got the links fixed. As for the core issue you will need to contact the maintainers over there, but they are quite responsive now.
> Is this upstream project dead upstream? No commits since 2020. Yes, it seems to be, which compromises my ability to maintain the image of it.
Container stop should trigger the server to gracefully stop. Can provide your container configuration and exact command you used to stop and restart the container?
It works fine for me. Something restarted your container right after: ``` 2022-10-07T01:41:48.511061000Z + rm -rf bedrock_server 'bedrock_server-*' '*.so' release-notes.txt bedrock_server_how_to.html valid_known_packs.json premium_cache ``` Maybe you have set the healthcheck...
@tkacprow it has to be some kind of networking issue, but unfortunately hard to say what. FWIW, I updated the latest image to ensure a 1 minute timeout on the...