Both #1264 and #1266 have been looking for a way to set the HTTP port from the command line -- I've just extracted this request more directly and stuffed it here.
From the latter:
My urbit ships come up listening on port 8080 if it is available, and if not, it increments to 8081, 8082, etc, until it finds an open port to use. This is not ideal, because i need to start my ships in the correct ordering so my personal proxies are configured correctly. If i could specify a port when booting a ship, this ordering wouldn't matter.
and the former:
[..] it seems like it'd be good to have the ability to specify the http(s) ports, and have that show up on the command line help.
Both #1264 and #1266 have been looking for a way to set the HTTP port from the command line -- I've just extracted this request more directly and stuffed it here.
From the latter:
and the former: