The compose plugin (8.0.2) sets the max size wrong in the daemon.json. In my case it writes "max-size": "50" in the daemon.json which represents bytes, for MB's it should be "max-size": "50m"