From ee8ecf65f376cc2b63d427ae9bd396e4675053f3 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Mon, 23 Feb 2026 07:41:46 +0100 Subject: [PATCH] Update docker-compose.yml --- examples/authelia/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/authelia/docker-compose.yml b/examples/authelia/docker-compose.yml index 512e04f..79daf14 100644 --- a/examples/authelia/docker-compose.yml +++ b/examples/authelia/docker-compose.yml @@ -1,7 +1,7 @@ services: authelia: - image: authelia/authelia + image: authelia/authelia:latest container_name: authelia volumes: - ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/authelia/config:/config @@ -23,7 +23,7 @@ services: # - proxy redis: - image: redis:alpine + image: redis:8-alpine container_name: authelia-redis command: redis-server --requirepass SuperSecureRedisAuthPassword # also reflect this in the authelia config file volumes: