Supervisor / supervisor

Supervisor process control system for Unix (supervisord)
http://supervisord.org
Other
8.33k stars 1.23k forks source link

supervisor run program with localhost instead IP #1601

Open FlorentinCONGO opened 10 months ago

FlorentinCONGO commented 10 months ago

Hello everyone. I'm asking for your help. I have an application called mailroom. to launch it I have to type "./mailroom". I wanted to automate its startup so I used supervisord. The problem is that when I type "./mailroom" in the command line it opens on its port (8090) but authorizing the IP address of the machine. But if I use supervisor to launch it, it launches by opening its port but only authorizing localhost. How do I get supervisor to start it on the port but allow its IP address?

Thanks in advance.