m0ngr31 / EPlusTV

Virtual linear channels for ESPN, ESPN+, MSG+, Paramount+, MLB.tv, and FOX Sports
119 stars 23 forks source link

Docker permission issue #30

Closed drewbitt closed 1 year ago

drewbitt commented 1 year ago

Currently the docker run command does not initialize the required files for me and errors the same as #20 and #9.

This is solved via

touch entries.db
touch schedule.db
echo "{}" > tokens.json

and a chown nobody:users . for me in unraid. The application then has no issue reading and writing to the files that it was complaining about permission errors on before.

m0ngr31 commented 1 year ago

I'll see what I can do about this

drewbitt commented 1 year ago

New version worked for me, thanks