Suwayomi / docker-tachidesk

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

Support running as arbitrary UID/GID using gosu #73

Closed chancez closed 6 months ago

chancez commented 6 months ago

Introduce a custom entrypoint script that executes the tachidesk application using the UID/GID specified by $PUID and $PGID respectively. Running as an alternative user requires running the container as root, since you cannot use gosu as non-root.

Closes #72

Syer10 commented 6 months ago

This would also close https://github.com/Suwayomi/docker-tachidesk/issues/48?

chancez commented 6 months ago

@Syer10 It looks like it.