Add usage section to README for Docker Compose

Added usage instructions for Docker Compose setup.
This commit is contained in:
Gabe Farrell 2026-01-21 23:16:09 -05:00 committed by GitHub
parent e60b83ebc8
commit 4dc127e896
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,3 +3,17 @@
Proxies requests based on the token provided in the authorization header. Proxies requests based on the token provided in the authorization header.
95% AI code. Use at your own risk. 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`