readme + restart script
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
for dir in *; do
|
||||
if [ -d "$dir" ]; then # or: if test -d "$dir"; then
|
||||
if [ -d "$dir" ]; then
|
||||
( cd "$dir" && docker-compose up -d )
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user