Skip to content

Commit d5252ee

Browse files
authored
Change default starting local port for 8888 to 8890 (#1456)
1 parent af40551 commit d5252ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/local/validations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import (
3838
"github.com/cortexlabs/cortex/pkg/types/userconfig"
3939
)
4040

41-
var _startingPort = 8888
41+
var _startingPort = 8890
4242

4343
type ProjectFiles struct {
4444
relFilePaths []string

0 commit comments

Comments
 (0)