feat: updates to restart script
This commit is contained in:
@@ -4,4 +4,4 @@
|
|||||||
|
|
||||||
stackdir="/etc/komodo/stacks"
|
stackdir="/etc/komodo/stacks"
|
||||||
find "$stackdir" -maxdepth 1 -mindepth 1 -type d -print0 |
|
find "$stackdir" -maxdepth 1 -mindepth 1 -type d -print0 |
|
||||||
xargs -0 -I {} 'cd {} && docker compose up -d'
|
xargs -0 -I {} cd {} && docker compose up -d
|
||||||
|
|||||||
Reference in New Issue
Block a user