소스 검색

chore: update comments in docker env file (#11705)

Signed-off-by: -LAN- <laipz8200@outlook.com>
tags/0.14.1
-LAN- 10 달 전
부모
커밋
900e93f758
No account linked to committer's email address
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      docker/.env.example

+ 2
- 2
docker/.env.example 파일 보기

# API service binding port number, default 5001. # API service binding port number, default 5001.
DIFY_PORT=5001 DIFY_PORT=5001


# The number of API server workers, i.e., the number of gevent workers.
# Formula: number of cpu cores x 2 + 1
# The number of API server workers, i.e., the number of workers.
# Formula: number of cpu cores x 2 + 1 for sync, 1 for Gevent
# Reference: https://docs.gunicorn.org/en/stable/design.html#how-many-workers # Reference: https://docs.gunicorn.org/en/stable/design.html#how-many-workers
SERVER_WORKER_AMOUNT= SERVER_WORKER_AMOUNT=



Loading…
취소
저장