Suwayomi / docker-tachidesk

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

Docker permission error #5

Closed Ginpachi98 closed 2 years ago

Ginpachi98 commented 2 years ago

I ran the container in portainer with normal volume as I usually do, but this pops out.

docker run --name tachi -p 4567:4567 ghcr.io/suwayomi/tachidesk works like a charm though, but no persistence volume is created

`touch: /home/suwayomi/.local/share/Tachidesk/docker_touchfile: Permission denied /home/suwayomi/startup/startup_script.sh: line 18: can't create /home/suwayomi/.local/share/Tachidesk/logfile.log: Permission denied -> It is essential that u read readme for ghcr.io/suwayomi/tachidesk before running this container -> Readme for ghcr.io/suwayomi/tachidesk is available at https://github.com/suwayomi/docker-tachidesk


Tachidesk data location inside the container -> /home/suwayomi/.local/share/Tachidesk

The server is running by default configuration on http://localhost:4567 log file location inside the container -> /home/suwayomi/.local/share/Tachidesk/logfile.log `

Ginpachi98 commented 2 years ago

I added UID 1000 and GID 1000 envs, and made sure that folder chosen had permissions with chown 1000 . Works like a charm.