From 5526f2a890a5a7ae29d7f7a6dd80fcd0b8a6ac02 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 15 Jun 2022 11:53:30 +0000 Subject: [PATCH] add port parameter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2499248..c312b06 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ 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 /downloads` | Path to your download folder location. (required path)| | `-v /music` | Path to your music folder location.|