Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:portainer/k2d into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantony committed Nov 9, 2024
2 parents 879316a + 7a3deb7 commit a239b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/k2d.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func main() {
encodedSecret, serverConfiguration.ServerIpAddr, serverConfiguration.ServerPort)

err = http.ListenAndServeTLS(
fmt.Sprintf(":%d", cfg.Port),
fmt.Sprintf("%s:%d", ip.String(), cfg.Port),
ssl.SSLCertPath(cfg.DataPath),
ssl.SSLKeyPath(cfg.DataPath),
container)
Expand Down

0 comments on commit a239b27

Please sign in to comment.