Skip to content

Commit

Permalink
docs: fix docker command (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazimoarafa authored Feb 2, 2025
1 parent 0b33b10 commit d2c7603
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,8 @@ This project is designed to work seamlessly with LittleHorse's workflow engine,
The fastest way to get started is using our standalone image that includes all necessary components:

```bash
docker run --name lh-user-tasks-bridge-standalone --rm -d \
-p 2023:2023 \
-p 8080:8080 \
-p 8888:8888 \
-p 8089:8089 \
-p 3000:3000 \
ghcr.io/littlehorse-enterprises/lh-user-tasks-bridge/lh-user-tasks-bridge-standalone:latest
docker run --name lh-user-tasks-bridge-standalone --pull always --rm -d --net=host \
ghcr.io/littlehorse-enterprises/lh-user-tasks-bridge-backend/lh-user-tasks-bridge-standalone:latest
```

This will start:
Expand Down

0 comments on commit d2c7603

Please sign in to comment.