From d1dae0e8445013a3c48f7d1f2358a26cfd3ce4fd Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 13 Jan 2025 15:04:53 +0100 Subject: [PATCH] authelia: enable ntp check --- docker-compose/authelia/configuration.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/authelia/configuration.yml.j2 b/docker-compose/authelia/configuration.yml.j2 index 1f58c751..43eba9bf 100644 --- a/docker-compose/authelia/configuration.yml.j2 +++ b/docker-compose/authelia/configuration.yml.j2 @@ -7,7 +7,7 @@ ntp: address: 'udp4:/ptbtime1.ptb.de:123' max_desync: '3s' disable_startup_check: false - disable_failure: true + disable_failure: false theme: auto