Fix radarr name in docker-compose.
This commit is contained in:
parent
482e48c26e
commit
97752ebf58
@ -17,7 +17,7 @@ services:
|
|||||||
- arrs
|
- arrs
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if radarr_enabled %}
|
{% if radarr_enabled %}
|
||||||
sonarr:
|
radarr:
|
||||||
image: "lscr.io/linuxserver/radarr:{{ radarr_image_version }}"
|
image: "lscr.io/linuxserver/radarr:{{ radarr_image_version }}"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file:
|
env_file:
|
||||||
|
Loading…
Reference in New Issue
Block a user