It might be a good idea to add a restart policy to the default `docker-compose.yml` file.
Either: `restart: always` or `restart: unless-stopped`
Useful in case Umami crashes for some reason (see #721)
This is also useful in case the server restarts, so Umami starts up again after rebooting.
https://docs.docker.com/config/containers/start-containers-automatically/