Skip to content

Commit 9ca0e58

Browse files
authored
Update readme.md (#76)
1 parent 8e6d336 commit 9ca0e58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Restack is an open source framework for building autonomous AI applications in T
77
Start the Restack Engine and Web UI using Docker:
88

99
```
10-
docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/engine:main
10+
docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main
1111
```
1212

1313
Or using Docker Compose:
@@ -75,4 +75,4 @@ The web-based dashboard lets you:
7575
- Step through and replay workflow executions
7676
- Test and validate individual functions
7777
- Create and manage workflow schedules
78-
- Access complete execution logs and history
78+
- Access complete execution logs and history

0 commit comments

Comments
 (0)