docker初步构想
This commit is contained in:
12
docker/stop.sh
Normal file
12
docker/stop.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
##############################################
|
||||
# Urban Lifeline - 停止脚本
|
||||
##############################################
|
||||
|
||||
SCRIPT_DIR=$(cd "$(dirname "$0")" && pwd)
|
||||
cd "${SCRIPT_DIR}"
|
||||
|
||||
echo "停止所有服务..."
|
||||
docker compose --profile all down
|
||||
|
||||
echo "✓ 所有服务已停止"
|
||||
Reference in New Issue
Block a user