Geoff Bourne

Results 719 comments of Geoff Bourne

I like the look of this one and use of markdown: https://squidfunk.github.io/mkdocs-material/

Can you provide your container config?

If you could pull the latest image there is now `DEBUG_AUTOSTOP` that can be set to `true`. That will output more logs to reveal more of what it is trying....

Really need to see all the container logs, but at least the ones through the line that says "Starting Minecraft server on".

Thanks. Still a mystery unfortunately since I see the correct message from the server binding on all interfaces: ``` [23:36:32] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on *:25565 ``` and...

I am finding it very difficult to find any information on Loliserver, so automating the download and installation is impossible at this point. Please use the custom server option https://github.com/itzg/docker-minecraft-server#running-with-a-custom-server-jar

@Hayden-J-C if you could run `docker container inspect -f '{{json .Config.Labels}}' CONTAINER_ID_OR_NAME`, that'll let us confirm you have the latest image with the fix.

Yep, that's the latest image revision.

@Hayden-J-C, if you could add `DEBUG=true` and provide that out then @shotah can compare with his testing.

You're correct that it'll never locate the forge server jar being a Fabric modpack. Your solution is similar to what I would have suggested, but using `GENERIC_PACK`.