@output.ai/cli 0.7.8-dev.pr268-f4c56c0 → 0.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -389,7 +389,7 @@ After creating a new workflow, you likely need restart the worker container for
|
|
|
389
389
|
|
|
390
390
|
```bash
|
|
391
391
|
# Check running containers
|
|
392
|
-
docker ps --filter "name=output" --format "{{.Names}}: {{.Status}}"
|
|
392
|
+
docker ps --filter "name=output" --format "\{{.Names}}: \{{.Status}}"
|
|
393
393
|
|
|
394
394
|
# Restart the worker (adjust container name based on your project)
|
|
395
395
|
docker restart <project-name>-worker-1
|