Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
g41797 authored Oct 7, 2023
1 parent 1229198 commit 1d2d6b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,9 @@ func main() {
sidecar.Start(new(adapter.BrokerConnector))
}
```

Instead of StartServices you can call:
```go
stop, err := starter.StartServicesWithCompose(composePath)
```
where *composePath* is full path of docker-compose.yml.

0 comments on commit 1d2d6b6

Please sign in to comment.