linuxserver / docker-jackett

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

chown on startup. #93

Closed jacksonwilliams closed 4 years ago

jacksonwilliams commented 4 years ago

there is

echo "**** fix for host id mapping error ****" && \
 chown -R root:root /app/Jackett && \

in the docker file.

why is executing 30-config required? as it is just doing a chown again?

chown -R abc:abc \
    /app \
    /config \
    /downloads

doing a chown over the entire contence of a downloads folder dramatically increases the start up time. if this is just for being able to download torrent files into the folder, then it should not require the '-R' recursive flag

homerr commented 4 years ago

Hi, fixed with #95 and #94

Cheers