How can I change WebUI interface port 8080 for RethinkDB on Linux? -


i'm running rethinkdb on amazon linux ami. have services running on 8080 need change port webui interface. how that?

i happen find documentation here https://www.rethinkdb.com/docs/cli-options/

$ rethinkdb --bind --http-port 9090 

Comments

Popular posts from this blog

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -