update readme

This commit is contained in:
nash_su
2024-04-10 17:32:06 +08:00
parent 79ad0b55bb
commit aab1f3b555
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ cd ./FreeAskInternet
docker-compose up -d
```
🎉 You should now be able to open the web interface on http://localhost:3030. Nothing else is exposed by default.( For old web interface, accessing http://localhost:3000)
🎉 You should now be able to open the web interface on http://localhost:3000. Nothing else is exposed by default.( For old web interface, accessing http://localhost:3030)
### How to update to latest
+2 -2
View File
@@ -9,7 +9,7 @@ services:
freeaskinternet-ui:
image: docker.io/nashsu/free_ask_internet_ui:latest
ports:
- "3030:80"
- "3000:80"
environment:
BACKEND_HOST: "backend:8000"
depends_on:
@@ -19,7 +19,7 @@ services:
chatgpt-next-web:
image: yidadaa/chatgpt-next-web
ports:
- "3000:3000"
- "3030:3000"
environment:
OPENAI_API_KEY: "FreeAskInternet"
# CODE: "FreeAskInternet" # 如果你想要设置页面的访问密码,请修改这里