From 324c7ae1dcfc76c95d15f6003467634689f84a9b Mon Sep 17 00:00:00 2001 From: takatost Date: Sun, 22 Oct 2023 17:14:52 +0800 Subject: [PATCH] fix: hex problem in docker-compose.yaml --- docker/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index ab5c91fa730515..cd2c3966321a50 100644 --- a/docker/docker-compose.yaml +++ b/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 endpoints,refers 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: ''