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
|
image: redis:7-alpine
|
||||||
container_name: redis-authentik
|
container_name: redis-authentik
|
||||||
restart: "${RESTART:-no}"
|
restart: "${RESTART:-no}"
|
||||||
command: --save 60 1 --loglevel warning
|
command: --save 60 1
|
||||||
networks:
|
networks:
|
||||||
- authentik
|
- authentik
|
||||||
|
|
Loading…
Reference in a new issue