From 4dc127e896bc2dd0264dd7a7e888c6de5b5d600a Mon Sep 17 00:00:00 2001 From: Gabe Farrell <90876006+gabehf@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:16:09 -0500 Subject: [PATCH] Add usage section to README for Docker Compose Added usage instructions for Docker Compose setup. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index adc881e..0b9a1aa 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,17 @@ Proxies requests based on the token provided in the authorization header. 95% AI code. Use at your own risk. + +## Usage +docker compose +```yml +services: + koito-multi-proxy: + image: gabehf/koito-multi-proxy:latest + container_name: koito-multi-proxy + ports: + - "4111:4111" + volumes: + - /my/config/dir:/etc/kmp +``` +Then put your config.yml into `/my/config/dir/config.yml`