mirror of
https://github.com/gabehf/koito-multi-proxy.git
synced 2026-03-07 13:38:13 -08:00
Add usage section to README for Docker Compose
Added usage instructions for Docker Compose setup.
This commit is contained in:
parent
e60b83ebc8
commit
4dc127e896
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
|
@ -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`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue