Bot Updating Templated Files

pull/1/head
LinuxServer-CI 2019-02-09 16:25:11 +00:00
rodzic 06bceef565
commit d60bab749c
1 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -46,7 +46,7 @@ docker create \
-v <path to music>:/music \
-e PGID=<gid> -e PUID=<uid> \
-p 8686:8686 \
linuxserver/lidarr
lsiodev/lidarr-preview
```
&nbsp;
@ -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 `<your-ip>:8686`, for more information check out [Lidarr][appurl].
&nbsp;
@ -107,8 +109,8 @@ Access the webui at `<your-ip>: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. |