You can specify the interface and port using the command meteor --port host:port
In your case, it will be meteor --port 0.0.0.0:3000
.
Enter meteor --help
to see all tasks. The default job is running. meteor help run
will display all options.
source
to share