goss-org / goss

Quick and Easy server testing/validation
https://goss.rocks
Apache License 2.0
5.57k stars 472 forks source link

Possible to start goss server on nominated port? ie Port other than 8080? #695

Closed BeerOpsHQ closed 3 years ago

BeerOpsHQ commented 3 years ago

There's typically a web server listening on port 8080 that I wish to test with goss.

Possible to specify the desired listening port for goss serve so it does not clash?

ripienaar commented 3 years ago

--listen-addr :8081

BeerOpsHQ commented 3 years ago

Thanks!