We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a18fba commit 743de0bCopy full SHA for 743de0b
docker-compose.yaml
@@ -37,7 +37,7 @@ services:
37
test: ["CMD-SHELL", "redis-cli ping | grep PONG"]
38
interval: 2s
39
timeout: 2s
40
- retries : 10
+ retries: 10
41
command: redis-server /usr/local/etc/redis/redis.conf
42
volumes:
43
- ./redis.conf:/usr/local/etc/redis/redis.conf
redis.conf
@@ -1,2 +1,2 @@
1
maxmemory 100mb
2
-maxmemory-policy allkeys-lru
+maxmemory-policy allkeys-lru
0 commit comments