From 199db59a1a9a0be73b125714546311b7646eb366 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 9 Feb 2019 16:25:11 +0000 Subject: [PATCH] Bot Updating Templated Files --- images/docker-lidarr.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/images/docker-lidarr.md b/images/docker-lidarr.md index b0b4435abd..ec813215a8 100755 --- a/images/docker-lidarr.md +++ b/images/docker-lidarr.md @@ -46,7 +46,7 @@ docker create \ -v :/music \ -e PGID= -e PUID= \ -p 8686:8686 \ - linuxserver/lidarr + lsiodev/lidarr-preview ```   @@ -88,6 +88,8 @@ In this instance `PUID=1001` and `PGID=1001`, to find yours use `id user` as bel ## Setting up the application +`IMPORTANT: This is the dev preview version and is not meant for end users` + Access the webui at `:8686`, for more information check out [Lidarr][appurl].   @@ -107,8 +109,8 @@ Access the webui at `:8686`, for more information check out [Lidarr][ap | Date | Changes | | :---: | --- | -| 26.01.19 | Add pipeline logic and multi arch. | -| 22.04.18 | Switch to beta builds. | +| 26.01.19 | Add pipeline logic and multi arch, switching to tagged release from auto updates | +| 22.04.18 | Switch this branch to the nightly versions, auto-updating on container start | | 17.03.18 | Add ENV XDG_CONFIG_HOME="/config/xdg" to Dockerfile for signalr fix. | | 27.02.18 | Use json to query for new version. | | 23.02.18 | Initial Release. |