From 6dc24cea385b74eb2ac1ab7211ca8f67956c30d1 Mon Sep 17 00:00:00 2001 From: Margaret G Date: Thu, 17 Sep 2020 15:09:33 -0400 Subject: [PATCH] Update README.md to refer to existing files Signed-off-by: Margaret Gorguissian --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff38814ee..5730888ce 100644 --- a/README.md +++ b/README.md @@ -109,13 +109,13 @@ The ratelimit-build container will build the ratelimit binary. Then via a shared a minimal container to run the application, rather than the heftier container used to build it. If you want to run with [two redis instances](#two-redis-instances), you will need to modify -the docker-compose.yaml file to run a second redis container, and change the environment variables +the docker-compose.yml file to run a second redis container, and change the environment variables as explained in the [two redis instances](#two-redis-instances) section. ## Full test environment To run a fully configured environment to demo Envoy based rate limiting, run: ```bash -docker-compose -f docker-compose-example.yaml up +docker-compose -f docker-compose-example.yml up ``` This will run ratelimit, redis, prom-statsd-exporter and two Envoy containers such that you can demo rate limiting by hitting the below endpoints. ```bash