pull/409/head
xiaojunnuo 2025-05-10 13:58:08 +08:00
parent 8cc0f3918b
commit 626f5d3487
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ services:
# networks: # networks:
# - ip6net # - ip6net
environment: environment:
# ↓↓↓↓ ----------------------------------------------------- 使用上海东八时区
# - TZ=Asia/Shanghai
# 设置环境变量即可自定义certd配置 # 设置环境变量即可自定义certd配置
# 配置项见: packages/ui/certd-server/src/config/config.default.ts # 配置项见: packages/ui/certd-server/src/config/config.default.ts
# 配置规则: certd_ + 配置项, 点号用_代替 # 配置规则: certd_ + 配置项, 点号用_代替