v2
xiaojunnuo 2025-10-12 23:56:14 +08:00
parent 622215715f
commit c87c9af12e
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ services:
# #↓↓↓↓ ----------------------------- 如果忘记管理员密码可以设置为truedocker compose up -d 重建容器之后管理员密码将改成123456然后请及时修改回false
- certd_system_resetAdminPasswd=false
# ↓↓↓ 如果启动时报address family not supported错误将此配置修改为0.0.0.0
# - certd_koa_hostname=::
- certd_koa_hostname=0.0.0.0
# 默认使用sqlite文件数据库如果需要使用其他数据库请设置以下环境变量
# 注意: 选定使用一种数据库之后,不支持更换数据库。

View File

@ -27,7 +27,7 @@ const development = {
},
keys: 'certd',
koa: {
hostname:"::",
hostname:"0.0.0.0",
port: 7001,
},
https: {