Update the README to include Docker Compose usage instructions

This commit is contained in:
hkfires
2025-09-04 10:00:56 +08:00
parent f1d6f01585
commit f38b78dbe6
3 changed files with 53 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ services:
container_name: cli-proxy-api
ports:
- "8317:8317"
- "8085:8085"
- "1455:1455"
- "54545:54545"
volumes:
- ./config.yaml:/CLIProxyAPI/config.yaml
- ./auths:/root/.cli-proxy-api