Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 9b5c461

Browse files
committed
docs: fix port
1 parent c2d6e3d commit 9b5c461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ This project is used to convert the Claude API to OpenAI compatible API.
55
### Docker
66

77
```bash
8-
docker run -d --restart always -p 6060:6060 ghcr.io/missuo/claude2openai:latest
8+
docker run -d --restart always -p 6600:6600 ghcr.io/missuo/claude2openai:latest
99
```
1010

1111
```bash
12-
docker run -d --restart always -p 6060:6060 missuo/claude2openai:latest
12+
docker run -d --restart always -p 6600:6600 missuo/claude2openai:latest
1313
```
1414

1515
### Docker Compose

0 commit comments

Comments
 (0)