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: