


-restart=on-failure will restart the container only if it exits with a non-zero exit code.-restart=unless-stopped will restart the container every time that it exits unless the Container is stopped using the Docker/Podman API.The following options will help to recover from such a situation: You may however want to change the restart policy to automatically recover from an unexpected failure.

The default behaviour of the Container is not to automatically restart after a crash to give the user time to investigate the cause of the issue. mount type=bind,source= " $(pwd )/ZomboidConfig ",target=/home/steam/Zomboid \ mount type=bind,source= " $(pwd )/ZomboidDedicatedServer ",target=/home/steam/ZomboidDedicatedServer \ # Run the server (with bare minimum options): Mkdir ZomboidConfig ZomboidDedicatedServer
