fix: 修复优雅退出超时问题

This commit is contained in:
tbphp
2025-07-14 11:13:44 +08:00
parent f759c17fa0
commit a0b1223818
3 changed files with 26 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ services:
env_file:
- .env
restart: always
stop_grace_period: ${SERVER_GRACEFUL_SHUTDOWN_TIMEOUT:-60}s
depends_on:
mysql:
condition: service_healthy