docs(stack): restore docker-dev-sync as independent mode in docs

This commit is contained in:
augushong
2026-07-22 22:47:46 +08:00
parent 0a04181d12
commit 0adc497818
4 changed files with 11 additions and 8 deletions

View File

@@ -10,7 +10,11 @@
"category": "user"
},
"docker-dev": {
"description": "Docker 开发模式nginx+php-fpm+MySQL+Redis+phpMyAdmin+Xdebug,含 Windows I/O 优化 profile rsync sync",
"description": "Docker 开发模式nginx+php-fpm+MySQL+Redis+phpMyAdmin+Xdebug",
"category": "user"
},
"docker-dev-sync": {
"description": "Docker 开发模式 - Windows I/O 优化rsync 同步,避免 bind mount 慢速问题)",
"category": "user"
},
"full": {