diff --git a/docker/faq/unraid.md b/docker/faq/unraid.md index 5588a8c..7862949 100644 --- a/docker/faq/unraid.md +++ b/docker/faq/unraid.md @@ -168,4 +168,4 @@ The alternative to the above is to delete the existing template and re-download **A12.** In order to automatically restart the container on a healthcheck failure you would need to set two things, firstly set the `HEALTHCHECK_ACTION` to `kill 1` (will send SIGTERM to all processes), and secondly append to `Extra Parameters:` (toggle 'ADVANCED VIEW' to see this) the flag `--restart=always` -Still stuck? Take a look at the [Unraid FAQ](https://forums.unraid.nets/topic/57181-real-docker-faq/). +Still stuck? Take a look at the [Unraid FAQ](https://forums.unraid.net/topic/57181-real-docker-faq/).