宇恒一号官网
This commit is contained in:
4
stop-docker.sh
Normal file
4
stop-docker.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
cd "$(dirname "$0")"
|
||||
docker compose down 2>/dev/null || docker-compose down
|
||||
echo "已停止所有容器"
|
||||
Reference in New Issue
Block a user