Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bed3a15

Browse files
authored
Fix typo in Docker command in README.md (#146)
1 parent 0ff6de6 commit bed3a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent-reactflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ See the full documentation on our [Agent with React Flow](https://docs.restack.i
1919
To start Restack, use the following Docker command:
2020

2121
```bash
22-
docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 p 10233:10233 ghcr.io/restackio/restack:main
22+
docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 -p 9233:9233 -p 10233:10233 ghcr.io/restackio/restack:main
2323
```
2424

2525
## Install dependencies and start services

0 commit comments

Comments
 (0)