From 743de0bb18da1f06061630fbcf4eb9cdaa781b90 Mon Sep 17 00:00:00 2001 From: Graeme Harris Date: Sat, 31 Dec 2022 01:49:34 +0200 Subject: [PATCH] Linting + prettier --- docker-compose.yaml | 2 +- redis.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index a5b90498..27f5d741 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -37,7 +37,7 @@ services: test: ["CMD-SHELL", "redis-cli ping | grep PONG"] interval: 2s timeout: 2s - retries : 10 + retries: 10 command: redis-server /usr/local/etc/redis/redis.conf volumes: - ./redis.conf:/usr/local/etc/redis/redis.conf diff --git a/redis.conf b/redis.conf index c06efe47..58da1e05 100644 --- a/redis.conf +++ b/redis.conf @@ -1,2 +1,2 @@ maxmemory 100mb -maxmemory-policy allkeys-lru \ No newline at end of file +maxmemory-policy allkeys-lru