From f64a5d1077acb53f0512bc295a9d537cec7be758 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 15 Jun 2022 11:39:43 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f45b587..2499248 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Container images are configured using parameters passed at runtime (such as thos | --- | --- | | `-v /config` | Configuration files for Lidarr. | | `-v /downloads` | Path to your download folder location. (required path)| -| `-v /music` | Path to your music folder location. (required path)| +| `-v /music` | Path to your music folder location.| | `-v /music-videos` | Path to your music-videos folder location.| | `-e PUID=1000` | for UserID - see below for explanation | | `-e PGID=1000` | for GroupID - see below for explanation |