typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.98k stars 424 forks source link

Can hotel do reverse proxying? #268

Open Vad1mo opened 6 years ago

Vad1mo commented 6 years ago

I have a app on port 3000, I use hotel to start the instance in this way.

hotel add --port 3000 --xfwd "docker-compose up"

however the app is available only under port 3000 (http://app.localhost:3000) not port 80 as I expected.

does hotel do reverse proxying?