redid all networks & added cloudflare tunnel
This commit is contained in:
11
repull-all.sh
Executable file
11
repull-all.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
for dir in */ ; do
|
||||
if [ -d "$dir" ]; then
|
||||
echo "Entering directory: $dir"
|
||||
cd "$dir"
|
||||
docker compose down && docker compose pull && docker compose up -d
|
||||
cd ..
|
||||
fi
|
||||
done
|
||||
|
Reference in New Issue
Block a user