Restart Container unless stops

Hello All,
_ _
_ I am trying to run my containers on a rancher stack, and when I am setting it up, it just give two options witch are restart always and Never (start once). My question is how can I keep my container running ?_

The restart always means that if your container has an issue with starting and staying up, Rancher will continue indefinitely trying to start a container.

Sometimes, there are containers that are set to start up once and then stay stopped. For those containers, you would select “Start Once” so that Rancher doesn’t continually try and start a new container for the service.

thank you! I got it, it was a bug on the app that I am running on the container