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
83522819c3
homeserver
/
start-all.sh
6 lines
96 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 up -d
)
;
done
Reference in a new issue
Copy permalink