Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH committed Nov 27, 2024
1 parent 8f95d9f commit 8889a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Apps/Dify/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ services:
CODE_MAX_STRING_ARRAY_LENGTH: "30"
CODE_MAX_OBJECT_ARRAY_LENGTH: "30"
CODE_MAX_NUMBER_ARRAY_LENGTH: "1000"
HTTP_PROXY: http://ssrf_proxy:3128
HTTPS_PROXY: http://ssrf_proxy:3128
HTTP_PROXY: "http://ssrf_proxy:3128"
HTTPS_PROXY: "http://ssrf_proxy:3128"
INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH: "1000"
depends_on:
- db
Expand Down

0 comments on commit 8889a9b

Please sign in to comment.