Just to explain more to the uninitiated (like me), you need to:
- delete your old deployments and inventory containers from the system (
docker container ls
anddocker container rm ...
). Be careful to remove the correct ones! - change the two lines quoted above in prod.yml from “2.5.0” to “2.5.x”
- 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!