Updating Wings
Updating Wings periodically gets you bug fixes, security patches, and new features. The process is quick and safe to do whenever a new release comes out, you don't need to plan downtime around it.
No downtime required
Game server containers run independently of the Wings daemon. You can update Wings without stopping your servers, they will continue running as normal while Wings restarts.
Pick the method matching how you installed Wings:
Pull the latest image and recreate the container:
bash
docker compose pull
docker compose up -dThat's it, Docker handles the restart as part of up -d.