Suwayomi / docker-tachidesk

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

Support running as alternative UID/GID #74

Closed chancez closed 6 months ago

chancez commented 6 months ago

Because we use the Java user.home property to get the default configuration directory, there needs to be an entry for the correct user in /etc/passwd. For this to work with arbitrary UID/GID, that means updating /etc/shadow dynamically based on the UID/GID in the container before starting the application.

chancez commented 6 months ago

Closes #72 Closes #48

chancez commented 6 months ago

CC @Syer10