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