From 0ece3fed3dbcc42b940af1706b41e18ee1a6c43e Mon Sep 17 00:00:00 2001 From: agatha Date: Fri, 8 Sep 2023 15:54:58 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a890d3a..cd30a5a 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,8 @@ The `/admin/users` endpoint will return a JSON list of 50 users: Route will always return '401 - Unauthorized" unless an `Authorization` header is sent with the following token: - `Bearer e3797209-119e-4671-8792-3c9e29260b28` + +## Shoutouts +There's not much info on running a Toxiproxy in a Docker Compose stack, so +the idea for the "toxifier" container came from +[John Muth](https://github.com/johnmuth/toxiproxy-docker-compose-example).