-
Hello, I've been thinking about using the MODRINTH_PROJECTS in my docker-compose.yml. Howevever, I have two questions. I am looking to have as little human input as necessary, while keeping my quilt server up to date. I have a script which restarts my computer once a week. Is there a way to automatically check and update the quilt loader and minecraft version in the compose file itself or using a script? Is it possible to have the compose file not re-download the same mod versions? This would save bandwidth and time every week after reboots. I've thought about putting this in a script, but I wanted to check here first to see if there was any functionality already, or if anyone has found a method of checking the quilt/minecraft version automatically and updating it. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you leave both of those at their default of "latest", then that update check is already performed at container startup. Now if you're wondering something to run external to the running container to first check if there's an update, then that could be enhanced in the mc-image-helper.
It should already be avoiding that. It does still have to contact Modrinth's API to lookup the latest version of each file or if the version was given, confirm the final filename of the mod/plugin.
If you want to do some research on the helper tool look at: |
Beta Was this translation helpful? Give feedback.
If you leave both of those at their default of "latest", then that update check is already performed at container startup. Now if you're wondering something to run external to the running container to first check if there's an update, then that could be enhanced in the mc-image-helper.