Skip to content

Commit cc1547a

Browse files
committed
fix readme
1 parent d40defc commit cc1547a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/cluster/readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ docker-compose up
2020
```bash
2121
docker run \
2222
-p 6379:6379 -p 6380:6380 -p 6381:6381 -p 4000:4000 \
23+
-e LISTEN_PORT=6379,6380,6381 \
2324
-e TARGET_HOST=<redis-host> \
2425
-e TARGET_PORT=<redis-port> \
2526
-e TIMEOUT=0 \
2627
-e API_PORT=4000 \
27-
-e SIMULATE_CLUSTER=yes \
28+
-e SIMULATE_CLUSTER=true \
2829
redislabs/client-resp-proxy
2930

3031
```

0 commit comments

Comments
 (0)