ソースを参照

fix: hex problem (#1395)

takatost 1 年間 前
コミット
41e452dcc5
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docker/docker-compose.yaml

+ 1 - 1
docker/docker-compose.yaml

@@ -19,7 +19,7 @@ services:
       # different from api or web app domain.
       # different from api or web app domain.
       # example: http://cloud.dify.ai
       # example: http://cloud.dify.ai
       CONSOLE_API_URL: ''
       CONSOLE_API_URL: ''
-      # The URL for Service API endpointsrefers to the base URL of the current API service if api domain is
+      # The URL for Service API endpoints, refers to the base URL of the current API service if api domain is
       # different from console domain.
       # different from console domain.
       # example: http://api.dify.ai
       # example: http://api.dify.ai
       SERVICE_API_URL: ''
       SERVICE_API_URL: ''