fix(redis-authentik): Remove loglevel restriction

This commit is contained in:
Carsten Sprung 2024-10-29 23:21:16 +01:00
parent efacb24865
commit 7f5298a532

View file

@ -95,6 +95,6 @@ services:
image: redis:7-alpine
container_name: redis-authentik
restart: "${RESTART:-no}"
command: --save 60 1 --loglevel warning
command: --save 60 1
networks:
- authentik