less verbose redis logs

This commit is contained in:
Maxi Quoß
2022-04-21 19:43:37 +02:00
parent ccc53c5349
commit 35df2757fd
3 changed files with 3 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ services:
ports:
- "6379:6379"
restart: unless-stopped
command: redis-server --loglevel warning
healthcheck:
test: redis-cli ping
interval: 10s