Linting + prettier

This commit is contained in:
Graeme Harris
2022-12-31 01:49:34 +02:00
parent 5a18fba9e6
commit 743de0bb18
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ services:
test: ["CMD-SHELL", "redis-cli ping | grep PONG"] test: ["CMD-SHELL", "redis-cli ping | grep PONG"]
interval: 2s interval: 2s
timeout: 2s timeout: 2s
retries : 10 retries: 10
command: redis-server /usr/local/etc/redis/redis.conf command: redis-server /usr/local/etc/redis/redis.conf
volumes: volumes:
- ./redis.conf:/usr/local/etc/redis/redis.conf - ./redis.conf:/usr/local/etc/redis/redis.conf
+1 -1
View File
@@ -1,2 +1,2 @@
maxmemory 100mb maxmemory 100mb
maxmemory-policy allkeys-lru maxmemory-policy allkeys-lru