Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Use dynamic ports from CLI (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlegrone authored Feb 28, 2022
1 parent 4c73c85 commit 5a5ad37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/temporalite/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ func buildCLI() *cli.App {
}

opts := []temporalite.ServerOption{
temporalite.WithDynamicPorts(),
temporalite.WithFrontendPort(serverPort),
temporalite.WithFrontendIP(ip),
temporalite.WithDatabaseFilePath(c.String(dbPathFlag)),
Expand Down

0 comments on commit 5a5ad37

Please sign in to comment.