We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6d336 commit 9ca0e58Copy full SHA for 9ca0e58
readme.md
@@ -7,7 +7,7 @@ Restack is an open source framework for building autonomous AI applications in T
7
Start the Restack Engine and Web UI using Docker:
8
9
```
10
-docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/engine:main
+docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main
11
12
13
Or using Docker Compose:
@@ -75,4 +75,4 @@ The web-based dashboard lets you:
75
- Step through and replay workflow executions
76
- Test and validate individual functions
77
- Create and manage workflow schedules
78
-- Access complete execution logs and history
+- Access complete execution logs and history
0 commit comments