This website requires JavaScript.
Explore
Help
Sign in
fzirker
/
homeserver
Watch
0
Star
0
Fork
You've already forked homeserver
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
bdefc29ce6
homeserver
/
stop-all.sh
6 lines
95 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit
2021-01-09 20:40:51 +01:00
#/bin/bash/
loop it!
2021-01-09 22:08:39 +01:00
for
dir in ./*/
;
do
(
cd
"
$dir
"
&&
echo
"
[
$dir
]
"
&&
docker-compose down
)
;
done
Reference in a new issue
Copy permalink