From 3bb6cee698e7d65b06661cf7882236f0ffffde2e Mon Sep 17 00:00:00 2001 From: Jared Smith Date: Tue, 3 May 2022 17:48:18 +1000 Subject: [PATCH] remove dependency to redis --- authelia/docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/authelia/docker-compose.yml b/authelia/docker-compose.yml index 09e5904..8ca4337 100644 --- a/authelia/docker-compose.yml +++ b/authelia/docker-compose.yml @@ -10,6 +10,4 @@ services: healthcheck: disable: true environment: - - TZ=Australia/Melbourne - depends_on: - - outline_redis \ No newline at end of file + - TZ=Australia/Melbourne \ No newline at end of file