outline-server
outline-server copied to clipboard
Let manager specify the range of random port in the docker
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, right now it is impossible, but you can pin api and keys port by use --api-port
and --keys-port
flags.