Disable swarm manager from recreating new containers

Hi,

I have a swarm formed of a manager and 3 workers. when one of the workers reboots the swarm managers will recreate the containers from the failed worker into the other healthy workers. I understand that this is how swarm is setup to operate but I would like to disable this feature so the manager will not recreate the containers from the rebooted worker but instead it will wait for the worker to come back again and keep the containers there.