linuxserver / docker-jackett

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

PUID/PGID are being ignored #46

Closed aviramsegal closed 6 years ago

aviramsegal commented 6 years ago

I am running a Jackett container under Synology. I set both PUID and PGID, snippet from docker container inspect: "Env": [ "PUID=1029", "PGID=100", "TZ=Asia/Tel_Aviv" ],

I also made sure the user exists: $ id jackett uid=1029(jackett) gid=100(users) groups=100(users)

But, when I look at the logs I see: 2018-03-22 12:47:10 | stdout | ------------------------------------- 2018-03-22 12:47:10 | stdout | GID/UID 2018-03-22 12:47:10 | stdout | ------------------------------------- 2018-03-22 12:47:10 | stdout |   2018-03-22 12:47:10 | stdout | User uid:    0 2018-03-22 12:47:10 | stdout | User gid:    0 2018-03-22 12:47:10 | stdout | -------------------------------------

aviramsegal commented 6 years ago

Re-created the container and its ok now, I guess it was something on my end.