Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

supervisor run program with localhost instead IP #1601

Open
FlorentinCONGO opened this issue Sep 4, 2023 · 0 comments
Open

supervisor run program with localhost instead IP #1601

FlorentinCONGO opened this issue Sep 4, 2023 · 0 comments
Labels

Comments

@FlorentinCONGO
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants