Update README.md

This commit is contained in:
Pawan Osman
2024-04-05 17:31:14 +03:00
committed by GitHub
parent c59cd22e0a
commit 6cbb737073
+1 -1
View File
@@ -29,7 +29,7 @@ Welcome to the **ChatGPT API Free Reverse Proxy** project, a complimentary resou
1. Ensure Docker is installed by referring to the [Docker Installation Docs](https://docs.docker.com/engine/install/).
2. Run the following command:
```bash
docker run -dp 3040:3040 yourusername/chatgpt:latest
docker run -dp 3040:3040 pawanosman/chatgpt:latest
```
3. Done! You can now connect to your local server's API at:
```