-
Notifications
You must be signed in to change notification settings - Fork 15
Updating
github-actions[bot] edited this page Oct 3, 2024
·
5 revisions
Check for new prerequisites and breaking changes
You can see the latest images here Docker Hub.
Run docker compose pull screeps
to download any new version of the image.
You can run docker compose pull
without the screeps
specifier to pull all new images for the compose file.
Mods and bots can be updated by running docker compose exec screeps start --update
and restarting the server. This will go over the
installed packages and update any that are not pinned to their latest available version. You can pin a package
to specific version in the config.yml, like so: [email protected]
.