This commit is contained in:
jack ning
2025-01-24 12:16:21 +08:00
parent 42a8dcf8c2
commit d5f46c80ae
2 changed files with 8 additions and 0 deletions

View File

@@ -93,6 +93,10 @@ services:
# BYTEDESK_PUSH_APNS_BUNDLE_ID: com.kefux.im
# BYTEDESK_PUSH_APNS_P12_URL: 123.p12
# BYTEDESK_PUSH_APNS_P12_PASSWORD: 123456
# 添加actuator配置禁用所有端点
MANAGEMENT_ENDPOINTS_ENABLED_BY_DEFAULT: false
MANAGEMENT_ENDPOINT_HEALTH_ENABLED: false
MANAGEMENT_ENDPOINT_INFO_ENABLED: false
ports:
- 9003:9003
- 9885:9885