jshridha / docker-blueiris

Blueiris in a docker using wine!
Apache License 2.0
106 stars 52 forks source link

supervisord config not specified #28

Open TonyBrobston opened 3 years ago

TonyBrobston commented 3 years ago

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: https://github.com/jshridha/docker-blueiris/blob/3b796feeb8e7bd6663bdfded5b20a81a7df62c22/Dockerfile#L52 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 commented 3 years ago

Once we merge https://github.com/jshridha/docker-blueiris/pull/27 I'll probably put a PR in for this.