refactor: 将docker-compose 命令修改为docker compose

This commit is contained in:
Olia Lisa
2026-07-15 23:13:30 +08:00
parent 3bc1867f4d
commit 9c72d0ffd0
4 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ main(){
;;
5)
# 停止容器
docker-compose -f ./docker-compose.yml down
docker compose -f ./docker-compose.yml down
;;
6)
# 更新镜像