宇恒一号官网

This commit is contained in:
whm
2026-03-17 00:59:32 +08:00
commit eb56519df7
105 changed files with 10783 additions and 0 deletions

4
stop-docker.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
cd "$(dirname "$0")"
docker compose down 2>/dev/null || docker-compose down
echo "已停止所有容器"