diff --git a/README.md b/README.md index ece5664..4973531 100644 --- a/README.md +++ b/README.md @@ -85,10 +85,10 @@ Container images are configured using parameters passed at runtime (such as thos | Parameter | Function | | --- | --- | | `-p 8686` | The port for the Lidarr webinterface | -| `-v /config` | Configuration files for Lidarr. | +| `-v /config` | Configuration files for Lidarr. (required path)| | `-v /downloads-lidarr-extended` | Path for online service downloads. (required path)| -| `-v /music` | Path to your music folder location. (required path)| -| `-v /music-videos` | Path to your music-videos folder location.| +| `-v /music` | Path to your music folder location.| +| `-v /music-videos` | Path to your music-videos folder location. (required path)| | `-e TZ=America/New_York` | Specify a timezone to use EST, America/New_York. | | `-e PUID=1000` | for UserID - see below for explanation | | `-e PGID=1000` | for GroupID - see below for explanation |