Can rasa handle model persistence after reboot automatically docker?

I am running the rasa server in the docker container, but sometimes it gets an error, and the container stops and restarts. I am fetching models from GCP and have specified “–model” in the docker file. So my question is, if the container restart, will it be uploaded “–model” or the currently selected model?

@Juste