浏览代码

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.
       # example: http://cloud.dify.ai
       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.
       # example: http://api.dify.ai
       SERVICE_API_URL: ''