Suwayomi / docker-tachidesk

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

Set user.home property and remove /etc/passwd modifications #75

Closed chancez closed 6 months ago

chancez commented 6 months ago

If we explicitly set the user.home property, then Java doesn't consult /etc/passwd to determine $HOME, fixing the problems that necessitated updating /etc/passwd in the first place.