mikenye / docker-youtube-dl

Youtube-DL container with all prerequisites (libav-tools, ffmpeg, rtmpdump, mplayer, mpv)
223 stars 42 forks source link

useradd warning: dockeruser's uid 1000 outside of the SYS_UID_MIN 100 and SYS_UID_MAX 999 range. #42

Open alneven opened 2 years ago

alneven commented 2 years ago

hello there, I had the youtube-dl docker image long time disabled, last week I needed a video downloaded so I started the image, downloaded the video and after that watchtower automatically re-created the image with the latest version.

Now if I want to start the yt-dl process I have this warning

useradd warning: dockeruser's uid 1000 outside of the SYS_UID_MIN 100 and SYS_UID_MAX 999 range.

and the configuration is ignored.

Any suggestion?

grigsos commented 1 year ago

I have same issues still