This website requires JavaScript.
Explore
Help
Sign in
fzirker
/
selfhost
Watch
1
Star
0
Fork
You've already forked selfhost
0
Code
Issues
Pull requests
Releases
Wiki
Activity
837c0196d5
selfhost
/
stop-all.sh
7 lines
96 B
Bash
Raw
Normal View
History
Unescape
Escape
Scripts to start, stop and pull all.
2021-01-14 21:52:41 +01:00
#/bin/bash/
for
dir in ./*/
;
do
Fixed stop-all.sh
2021-03-20 01:24:29 +01:00
(
cd
"
$dir
"
&&
echo
"
[
$dir
]
"
&&
docker-compose down
)
;
Scripts to start, stop and pull all.
2021-01-14 21:52:41 +01:00
done
Reference in a new issue
Copy permalink