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
Browse files Browse the repository at this point in the history
  • Loading branch information
jlegrone committed Feb 26, 2022
1 parent 86a3b8e commit 61636e6
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 61636e6

Please sign in to comment.