update 优化 docker 部署方式 使用 host 模式简化部署流程 降低使用成本

This commit is contained in:
疯狂的狮子li
2022-07-11 13:10:41 +08:00
parent 15d5eb858c
commit 6c1e146bc1
13 changed files with 67 additions and 128 deletions

View File

@ -258,9 +258,9 @@ management:
endpoints:
web:
exposure:
# 需要开放的端点。默认值只打开 health 和 info 两个端点。通过设置 * ,可以开放所有端点。
# 生产环境不建议放开所有 根据项目需求放开即可
include: @endpoints.include@
include: '*'
endpoint:
health:
show-details: ALWAYS
logfile:
external-file: ./logs/sys-console.log