Unable to create deployment for static groups

Just to explain more to the uninitiated (like me), you need to:

  1. delete your old deployments and inventory containers from the system (docker container ls and docker container rm ...). Be careful to remove the correct ones!
  2. change the two lines quoted above in prod.yml from “2.5.0” to “2.5.x”
  3. Then re-run ./run pull and ./run up -d to recreate the deployments and inventory containers from image version “2.5.x”, which has the necessary corrections.

Cheers!