diff --git a/.gitignore b/.gitignore index 09f3e2e..f884f1a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,4 +16,5 @@ .idea/ bin/ -release/ \ No newline at end of file +release/ +docker-compose.yml \ No newline at end of file diff --git a/README.md b/README.md index 6ef3f7d..db19949 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ version: '3' services: chatgpt-web: - image: chenzhaoyu94/chatgpt-web + image: chenzhaoyu94/chatgpt-web ports: - 3002:3002 environment: @@ -62,10 +62,10 @@ services: - azure-openai networks: - chatgpt-ns - + azure-openai: - image: stulzq/azure-openai-proxy - ports: + image: stulzq/azure-openai-proxy + ports: - 8080:8080 environment: AZURE_OPENAI_ENDPOINT: @@ -73,7 +73,7 @@ services: AZURE_OPENAI_API_VER: 2023-03-15-preview networks: - chatgpt-ns - + networks: chatgpt-ns: driver: bridge