Okay, I have to admit that sometimes, Docker makes sense. I use Docker for Immich and Booklore, and I was dragged to it kicking and screaming.
Changing from booklore to grimmory (the new, hopefully not vibe-coded fork)
Changed
> image: booklore/booklore:latest
To
> image: grimmory/grimmory:latest
Then ran
docker compose pull
docker compose up
