linuxserver / docker-jackett

GNU General Public License v3.0
394 stars 95 forks source link

Notice: "Jackett is running with root privileges" #35

Closed llaumgui closed 6 years ago

llaumgui commented 6 years ago

Hi,

since this Jackett's commit, the docker container add notice:

Jackett is running with root privileges. You should run Jackett as an unprivileged user.

Is't possible to pass by a jackett user ?

aptalca commented 6 years ago

Set the PUID and PGID variables to a non-root user as described in the readme

tudor131313 commented 6 years ago

How would we go about that in ubuntu? can anyone post the commands for someone like me, who is a complete noob when it comes to this?

Thank you in advance!

j0nnymoe commented 6 years ago

it's all documented in the readme https://github.com/linuxserver/docker-jackett#usage

mickremy commented 6 years ago

I have the same issue on my Synology. I created a specific user and user group for my docker containers and set the PGID and PUID according to those and still I have the message "Jackett is running with root privileges". I don't get why or wwhat I should change.

aptalca commented 3 years ago

Post your compose yaml or docker run