Awn
Awn
@srebhan sorry again for the delay. I sadly don't have a lot of free time lately. The PR looks good to me. I have been thinking about how this could...
@srebhan It's strange to go to /V2 when it's currently not even v1 In terms of the API, how about passing a config struct instead of passing functions to configure...
@srebhan > The [functional option pattern](https://golang.cafe/blog/golang-functional-options-pattern.html) has some strong benefits, but the biggest one IMO is that you can modify specific options only without touching the defaults of other config...
I have this same issue in 10.9.11. It's now created three collections: ``` Lilo & Stitch Collection Lilo & Stitch Collection Lilo & Stitch Collection ``` because one of the...
This issue also exists in 10.9.11
Another possibility could be adding something to the screen that contains the minecraft process like: ```bash for (( ; ; )) do java -Xmx7G -jar minecraft_server.jar nogui echo "Server closed...
Thanks for adding that @binhex I've tested that by pulling the latest image and: - launching a shell in the container and running `kill ${pid of java process}` - the...
I have just realised that this patch unintentionally makes #12 a little worse to deal with. Whenever I want to gracefully shut down, I login to the web-ui and run...
Maybe something like: - #14 to allow containers to be restarted if the process inside is not responding - remove the loop to auto-restart the java process, _after_ an alternative...
Thanks, sounds good. I'm happy to test the changes when you need.