Change sonarr tag to develop (preview was deprecated since v3 GA release)
This commit is contained in:
parent
b5a21801a2
commit
c239d12be4
|
@ -9,7 +9,7 @@ seedbox and personal media server.
|
|||
-----------------------|----------------------------|------------------------------------------------------------------------|-------------------------|---------------------|
|
||||
| Plex | plex.yourdomain.com | [linuxserver/plex](https://hub.docker.com/r/linuxserver/plex) | *latest* | Media Streaming |
|
||||
| Deluge | deluge.yourdomain.com | [linuxserver/deluge](https://hub.docker.com/r/linuxserver/deluge) | *latest* | Torrents downloader |
|
||||
| Sonarr | sonarr.yourdomain.com | [linuxserver/sonarr](https://hub.docker.com/r/linuxserver/sonarr) | *preview* | TV Shows monitor |
|
||||
| Sonarr | sonarr.yourdomain.com | [linuxserver/sonarr](https://hub.docker.com/r/linuxserver/sonarr) | *develop* | TV Shows monitor |
|
||||
| Radarr | radarr.yourdomain.com | [linuxserver/radarr](https://hub.docker.com/r/linuxserver/radarr) | *develop* | Movies monitor |
|
||||
| Bazarr | bazarr.yourdomain.com | [linuxserver/bazarr](https://hub.docker.com/r/linuxserver/bazarr) | *latest* | Subtitles monitor |
|
||||
| Lidarr | lidarr.yourdomain.com | [linuxserver/lidarr](https://hub.docker.com/r/linuxserver/lidarr) | *develop* | Music monitor |
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
sonarr:
|
||||
image: ghcr.io/linuxserver/sonarr:preview
|
||||
image: ghcr.io/linuxserver/sonarr:develop
|
||||
container_name: sonarr
|
||||
restart: always
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue