Geoff Bourne
Geoff Bourne
It will be like this example where GENERIC_PACK is used instead along with TYPE and VERSION. https://github.com/itzg/docker-minecraft-server/blob/master/examples/docker-compose-generic-pack-atm7.yml
The image can't do anything about network time outs. Please give it a specific `VERSION` to work around that.
Still looks like networking issues. I'm not sure how my image can fix anything. You can see the curl command it's trying there.
Command line of the host or within the container with entrypoint override? If it's within the container then you need to troubleshoot your docker networking.
Good point. Just to confirm you're also using `OVERRIDE_SERVER_PROPERTIES=true`? If not, it won't touch anything in server.properties.
The latest image will now allow you to _clear_ a property by setting the corresponding variable to an empty string. I had to flip the semantic a bit for an...
As currently implemented there are a couple of challenges to solve this. Since the container startup script downloads and uses FTB's installer, the failed downloads will be something their installer...
Ah, it could be. I do see in the script that it will skip downloading the installer if it sees one already downloaded. One thing to try is manually deleting...
Thanks @Rirush ! I'm not sure how to address this comment though: > I personally find the output of "unable to locate FTB server jar" misleading. It's not clear that...
Yep, output has been adjusted in the most recent image.