Skip to content

cmd/management-console: bind a different port

Warren Gifford requested to merge sg/fix-server into master

Created by: slimsag

Prior to this change the management-console service tried to bind port 6075, which is already bound by the same service for pprof/debugging. This meant it failed to bind the port, and the sourcegraph/server Docker image would exit fatally.

We now bind port 2633 instead.

Merge request reports

Loading