feat: updates to restart script

This commit is contained in:
2025-04-21 14:54:27 -04:00
parent c8aeafe1a6
commit af5b9f90e6

View File

@@ -4,4 +4,4 @@
stackdir="/etc/komodo/stacks"
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