diff --git a/ansible/host_vars/authentik/docker-compose.yaml b/ansible/host_vars/authentik/docker-compose.yaml index 7b18eccc3..4073eea5a 100644 --- a/ansible/host_vars/authentik/docker-compose.yaml +++ b/ansible/host_vars/authentik/docker-compose.yaml @@ -17,7 +17,7 @@ services: POSTGRES_USER: "{{ authentik.postgres.username }}" POSTGRES_DB: "{{ authentik.postgres.database }}" redis: - image: docker.io/library/redis:alpine@sha256:771316de17c3eaa0824734099785cf984061f06a0bb765eef5953264fea7f0a9 + image: docker.io/library/redis:alpine@sha256:b62fb4b69249a3c7bd7443d41353d2cda8260b05bebd64814e77db99536bc876 command: --save 60 1 --loglevel warning restart: always healthcheck: