mendozal Updating isn't quite enough, you have to stop the containers then let controld restart them. If you run:
docker stop filerd ftpcd screenshotd mtacd imapcd spamcd authd authd-postgres orchd orchd-postgres
That should do it. If not, run:
docker ps | awk '{print $1}' | xargs -i docker inspect -f '{{range .NetworkSettings.Networks}}{{.MacAddress}}{{end}} {{.Name}}' {} | sort
Each container should have a unique mac address. If any do not, stop then start that container.