Update Navidrome to latest version

This commit is contained in:
Alex Palaistras 2023-02-12 17:23:52 +00:00
parent 6f8b8763c6
commit e45c7650d5
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM docker.io/debian:bullseye-slim
ARG VERSION=0.48.0
ARG VERSION=0.49.2
RUN apt-get update -y && apt-get upgrade -y && \
apt-get install -y --no-install-recommends curl ca-certificates gosu ffmpeg

View File

@ -15,3 +15,6 @@ TranscodingCacheSize = "100MB"
# Folder where your music library is stored. Can be read-only.
MusicFolder = "/music"
# Enable library sharing with unauthenticated clients.
EnableSharing = true