signal-cli-rest-api icon indicating copy to clipboard operation
signal-cli-rest-api copied to clipboard

Allow setting tcp port other than 8080

Open dlonghi opened this issue 2 years ago • 1 comments

Feature Request

Is it possible to set the tcp port to another value than 8080 (for those who use docker run --net=host option) ?

If not, could you please add this option ?

Note: Tried passing --env PORT=9090 to docker run, but still got 8080 as listen port.

Thanks

dlonghi avatar Apr 27 '23 19:04 dlonghi

@dlonghi docker run -d -p 9090:8080 --name .....

coolerUA avatar Aug 01 '23 08:08 coolerUA