diff --git a/README.md b/README.md index c72a135..8327ab4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker-compose.yaml b/docker-compose.yaml index bf4a6a8..23cb445 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -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" # 如果你想要设置页面的访问密码,请修改这里