This website requires JavaScript.
Explore
Help
Register
Sign In
hailin
/
rwadurian
Watch
1
Star
0
Fork
You've already forked rwadurian
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5ed1a0b143
rwadurian
/
frontend
/
mobile-upgrade
/
scripts
/
stop.sh
8 lines
131 B
Bash
Raw
Blame
History
#!/bin/bash
# 停止服务
set
-e
cd
"
$(
dirname
"
$0
"
)
/..
"
echo
"停止服务..."
docker compose down
echo
"服务已停止"
Reference in New Issue
View Git Blame
Copy Permalink