Remove non-root user from navidrome container

The SQLite data directory needs write access, matching upstream behavior.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-15 08:20:58 -08:00
commit ad3ffbbf87

View file

@ -48,5 +48,4 @@ COPY --from=build /navidrome /usr/bin/navidrome
EXPOSE 4533
USER 65534
CMD ["/usr/bin/navidrome"]