From f3e88ea2fac7b6fee1e55d4a1b4ce713be1881cb Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Fri, 8 Nov 2024 14:29:10 +0100 Subject: [PATCH] docs: make IGNORE_MOUNT_CHECK warning stronger (#14011) --- docs/docs/administration/system-integrity.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/administration/system-integrity.md b/docs/docs/administration/system-integrity.md index b5cd4ffa94..2b373134a9 100644 --- a/docs/docs/administration/system-integrity.md +++ b/docs/docs/administration/system-integrity.md @@ -40,7 +40,9 @@ The above error messages show that the server has previously (successfully) writ ### Ignoring the checks -The checks are designed to catch common problems that we have seen users have in the past, but if you want to disable them you can set the following environment variable: +:::warning +The checks are designed to catch common problems that we have seen users have in the past, and often indicate there's something wrong that you should solve. If you know what you're doing and you want to disable them you can set the following environment variable: +::: ``` IMMICH_IGNORE_MOUNT_CHECK_ERRORS=true