refactor: allow default ports to be listened on by other protocols
Previously, using a default port of another protocol would result in an error like the following ``` error: Invalid value "localhost:8080" for '--pg-listen <[HOST][:PORT]>': PGPROTO cannot listen on port 8080 because it is default port for HTTP ``` This commit allows default ports to be used by other protocols, as long as the port is not already occupied. Close #1254
parent
583cac4a
No related branches found
No related tags found
Pipeline #59385 failed
Stage: build-base-image
Stage: test
Stage: docker
Stage: build-stress-image
Stage: stress-test
Stage: deploy
Loading
Please register or sign in to comment