We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I'm using procodile along with staytus and want it to be run on localhost only. So, I made change like
... web: restart_mode: usr2 proxy_port: 8787 proxy_address: 127.0.0.1 ...
According to
# procodile status ... || Address/Port 127.0.0.1:8787 ...
But
netstat -ant | grep LIST ... tcp 0 0 0.0.0.0:8787 0.0.0.0:* LISTEN ...
it slill listening on 0.0.0.0 Is it procodial issue or staytus?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi!
I'm using procodile along with staytus and want it to be run on localhost only.
So, I made change like
According to
But
it slill listening on 0.0.0.0
Is it procodial issue or staytus?
The text was updated successfully, but these errors were encountered: