Raathigesh / majestic

⚡ Zero config GUI for Jest
MIT License
7.49k stars 173 forks source link

Add `--listenOn` to listen on IPs other than `localhost` #218

Open brandonson opened 3 years ago

brandonson commented 3 years ago

This allows listening on 0.0.0.0 from within a container. This is useful when trying to use docker-compose to bring up a full set of servers for development. (Apps listening on localhost aren't available outside a docker container)