From a0961122906dbbf713697eb479f9adda9f486fb7 Mon Sep 17 00:00:00 2001 From: weirdcrap Date: Wed, 14 Jun 2017 10:22:47 -0500 Subject: [PATCH] Updated Docker (markdown) --- Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker.md b/Docker.md index ae43aea..274f9af 100644 --- a/Docker.md +++ b/Docker.md @@ -9,7 +9,7 @@ Start by getting Docker installed and working on your operating system of choice ## Pick Release or Nightly Docker containers are intended to be static, they shouldn't self update internally. If you want to use stable releases, you want one that tracks releases. If you'd rather run the latest and greatest, the nightly is the right choice. Each of their docker pages has good setup and usage instructions, follow them. * Develop Branch: [linuxserver/radarr](https://hub.docker.com/r/linuxserver/radarr/) - +* Nightly Branch: [hotio/radarr](https://hub.docker.com/r/hotio/radarr/) # Using systemd Using your favorite editor, create `/etc/systemd/system/docker-radarr.service` with the following systemd unit file. Be sure to replace `timezone` and `path to data` with the correct values. Note that `ExecStart` is basically the same command on the docker page for the image you choose, so adjust appropriately. This example uses `linuxserver/radarr`, but `hotio/radarr` is equally as valid.