diff --git a/ansible/host_vars/authentik/docker-compose.yaml b/ansible/host_vars/authentik/docker-compose.yaml index 8385b39dc..9e2baf3e7 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:efd647fe1eac98f29d3fd4d3fd6a5b5d4601dd92773e374589ca515d34e7e15b + image: docker.io/library/redis:alpine@sha256:52feec9e3be7fd87b86ff8ffd4eeec4c7b8f4243bc09ff173ecef6c77b78b33a command: --save 60 1 --loglevel warning restart: always healthcheck: