outline-server icon indicating copy to clipboard operation
outline-server copied to clipboard

Let manager specify the range of random port in the docker

Open navid-mahmoudian opened this issue 2 years ago • 1 comments

My network is limiting the traffic to use a small range of ports. Right now, if I am not mistaken, the acceptable range is between 1024 to 65535 to generate a random port. I was wondering if it is possible to change this min and max port while running sudo bash -c "$(wget -qO- https://raw.githubusercontent.com/Jigsaw-Code/outline-server/master/src/server_manager/install_scripts/install_server.sh) ?

navid-mahmoudian avatar Jan 03 '23 21:01 navid-mahmoudian

@navid-mahmoudian, right now it is impossible, but you can pin api and keys port by use --api-port and --keys-port flags.

murka avatar Jan 24 '23 19:01 murka