mirror of
https://github.com/wahyd4/FreeAskInternet.git
synced 2026-08-09 05:06:50 +10:00
update readme
This commit is contained in:
@@ -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
@@ -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" # 如果你想要设置页面的访问密码,请修改这里
|
||||
|
||||
Reference in New Issue
Block a user