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
f43124894d
rwadurian
/
frontend
/
mobile-upgrade
/
scripts
/
restart.sh
8 lines
134 B
Bash
Raw
Blame
History
#!/bin/bash
# 重启服务
set
-e
cd
"
$(
dirname
"
$0
"
)
/..
"
echo
"重启服务..."
docker compose restart
echo
"服务已重启"
Reference in New Issue
View Git Blame
Copy Permalink