How to run meteor server on a different ip address?

前端 未结 9 1827
悲哀的现实
悲哀的现实 2020-12-02 23:51

How can i start meteor server on a different IP address? Currently in the examples am only able to run on a localhost:3000 address.

9条回答
  •  情深已故
    2020-12-03 00:18

    At the moment, you can't - meteor binds to all IP addresses, but there's an issue open to add support for binding to a specific IP.

提交回复
热议问题