Changing sonarr image from 'latest' (stable) to 'preview' (v3 preview).
This commit is contained in:
parent
e4e3af5aa7
commit
2f995fef73
|
@ -3,7 +3,8 @@ version: '3.7'
|
||||||
services:
|
services:
|
||||||
sonarr:
|
sonarr:
|
||||||
# https://hub.docker.com/r/linuxserver/sonarr
|
# https://hub.docker.com/r/linuxserver/sonarr
|
||||||
image: linuxserver/sonarr:latest
|
#image: linuxserver/sonarr:latest
|
||||||
|
image: linuxserver/sonarr:preview
|
||||||
container_name: sonarr
|
container_name: sonarr
|
||||||
#network_mode: "host"
|
#network_mode: "host"
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue