DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.84k stars 79 forks source link

Opt out of PORT #75

Closed stoivo closed 4 years ago

stoivo commented 4 years ago

Is there a way to out of setting the $PORT automatily?

Robsteranium commented 4 years ago

We're using unset as a workaround:

app: unset PORT && ./run_app.sh
DarthSim commented 4 years ago

Added --no-port (-N) flag to 2.2.0