Skip to content

Commit

Permalink
Merge pull request target#470 from target/readme-docker-compose-update
Browse files Browse the repository at this point in the history
Updating Docker Compose Reference in README
  • Loading branch information
skalupa authored Sep 5, 2024
2 parents 5a5fc63 + 943e04c commit 68e61b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ echo 'include "./rules/index.yar"' > configs/python/backend/yara/rules.yara
**Note**: You can skip the `go build` process and use the `Strelka UI` at `http://0.0.0.0:9980` to analyze files.

```bash
docker-compose -f build/docker-compose-no-build.yaml up -d && \
docker compose -f build/docker-compose-no-build.yaml up -d && \
go build github.com/target/strelka/src/go/cmd/strelka-oneshot
```

#### Step 4b: Build and start Strelka
**Note**: You can skip the `go build` process and use the `Strelka UI` at `http://0.0.0.0:9980` to analyze files.

```bash
docker-compose -f build/docker-compose.yaml build && \
docker-compose -f build/docker-compose.yaml up -d && \
docker compose -f build/docker-compose.yaml build && \
docker compose -f build/docker-compose.yaml up -d && \
go build github.com/target/strelka/src/go/cmd/strelka-oneshot
```

Expand Down

0 comments on commit 68e61b5

Please sign in to comment.