Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

本地部署问题,卡在INFO[0000] Service go-chatgpt-api is ready. #155

Closed
Himeno-Yumemi opened this issue Jun 5, 2023 · 1 comment

Comments

@Himeno-Yumemi
Copy link
Contributor

compose.yaml文件:

services:
  go-chatgpt-api:
    build: .
    container_name: go-chatgpt-api
    image: linweiyuan/go-chatgpt-api
    ports:
      - 9500:9500
    environment:
      - TZ=Asia/Shanghai
      #- GO_CHATGPT_API_PROXY=
    restart: unless-stopped

image
openai是能正常连接的
image

@linweiyuan
Copy link
Owner

卡住是什么意思?

要绑定本地 9500 端口,正确的写法是 9500:8080

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants