linuxserver / docker-couchpotato

http://linuxserver.io
GNU General Public License v3.0
154 stars 69 forks source link

Changing PUID to 65534 prevents the container to start #3

Closed ybizeul closed 8 years ago

ybizeul commented 8 years ago

When setting the PUID to 65535 the container crashes when tryint to run the update at startup because it can't fetch the git repository

sparklyballs commented 8 years ago

what host ? just running docker run -d --name=test -e PUID=65534 -e PGID=100 --net=host linuxserver/couchpotato and the container starts up fine and pulls the git repository. running on ubuntu 14.04 VM

sparklyballs commented 8 years ago

and docker run -d --name=test -e PUID=65535 -e PGID=100 --net=host linuxserver/couchpotato

even works too, lol. just saw i had the wrong port the first time.

JTarasovic commented 8 years ago

I use nogroup for my service users and don't have any problems with these images.

ybizeul commented 7 years ago

Sorry for the lag. The host was Synology, I'm not sure it still current. I'll report if I have this problem again