返回提交历史
Modified
README.md
+1
-1
XFEstudio/gpt4free
Fix port mapping in docker run
7d31fe1b
代码差异
1 个文件
+1
-1
@@ -68,7 +68,7 @@ docker pull hlohaus789/g4f
68
68
69
69
```sh
70
70
docker pull hlohaus789/g4f
71
docker run -p 8080:80 -p 1337:1337 -p 7900:7900 --shm-size="2g" hlohaus789/g4f:latest
71
docker run -p 8080:8080 -p 1337:1337 -p 7900:7900 --shm-size="2g" hlohaus789/g4f:latest
72
72
```
73
73
3. Open the included client on: [http://localhost:8080/chat/](http://localhost:8080/chat/)
74
74
or set the api base in your client to: [http://localhost:1337/v1](http://localhost:1337/v1)