fix(redis-authentik): Remove loglevel restriction
This commit is contained in:
parent
efacb24865
commit
7f5298a532
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue