Suwayomi / docker-tachidesk

Run Suwayomi-Server in a docker container
Mozilla Public License 2.0
224 stars 56 forks source link

Permissions issue not fixed in Preview branch #48

Closed lavavex closed 6 months ago

lavavex commented 1 year ago

The issues presented in #22 has not been fixed in preview, issue still occurs due to hard coded user and group ids 1000:1000 can we just grab the current user and group ids on startup and use those instead?

ravenspeak commented 9 months ago

I can't get this to work even when using the develop tag. I tried running it through docker compose and also docker run directly but I'm always getting permissions denied issue.

Syer10 commented 6 months ago

Should be fixed

Yukaii commented 4 months ago

Try with the latest ghcr.io/suwayomi/tachidesk:v1.0.0-r1515 but still not working

Yukaii commented 4 months ago

Realized that I didn't create the data folder with current user permission. 😅