docs: 调整安装命令

This commit is contained in:
tbphp
2025-07-16 08:45:03 +08:00
parent 8129609d98
commit 818e1f079d
3 changed files with 34 additions and 10 deletions

View File

@@ -14,8 +14,10 @@ services:
depends_on:
mysql:
condition: service_healthy
restart: true
redis:
condition: service_healthy
restart: true
healthcheck:
test: wget -q --spider -T 10 -O /dev/null http://localhost:${PORT:-3001}/health
interval: 30s