Skip to content

Commit 743de0b

Browse files
committed
Linting + prettier
1 parent 5a18fba commit 743de0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
test: ["CMD-SHELL", "redis-cli ping | grep PONG"]
3838
interval: 2s
3939
timeout: 2s
40-
retries : 10
40+
retries: 10
4141
command: redis-server /usr/local/etc/redis/redis.conf
4242
volumes:
4343
- ./redis.conf:/usr/local/etc/redis/redis.conf

redis.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
maxmemory 100mb
2-
maxmemory-policy allkeys-lru
2+
maxmemory-policy allkeys-lru

0 commit comments

Comments
 (0)