feat: Updates install script
This commit is contained in:
7
docker-restart.sh
Normal file
7
docker-restart.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Restart all stacks / services located in '/etc/komodo/stacks'.
|
||||
|
||||
stackdir="/etc/komodo/stacks"
|
||||
find "$stackdir" -maxdepth 1 -mindepth 1 -type d -print0 |
|
||||
xargs -0 -I {} 'cd {} && docker compose up -d'
|
||||
Reference in New Issue
Block a user