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

supervisord config not specified #28

Open
TonyBrobston opened this issue Aug 30, 2020 · 1 comment
Open

supervisord config not specified #28

TonyBrobston opened this issue Aug 30, 2020 · 1 comment

Comments

@TonyBrobston
Copy link

CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.

Could specify config by modifying:

CMD ["/usr/bin/supervisord"]

to CMD supervisord -c /etc/supervisor/conf.d/supervisord.conf

We could also add user=root to the conf if that's how we intend to run things.

@TonyBrobston
Copy link
Author

Once we merge #27 I'll probably put a PR in for this.

@leonowski leonowski mentioned this issue Sep 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant