mirror of
https://github.com/plexguide/Huntarr-Sonarr.git
synced 2026-01-06 06:20:02 -06:00
docs: add GitHub Container Registry as alternative Docker install option
This commit is contained in:
@@ -210,12 +210,21 @@ You can install Huntarr using the Unraid App Store.
|
|||||||
If not, you can run this from Command Line in Unraid:
|
If not, you can run this from Command Line in Unraid:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Option 1: DockerHub
|
||||||
docker run -d --name huntarr \
|
docker run -d --name huntarr \
|
||||||
--restart always \
|
--restart always \
|
||||||
-p 9705:9705 \
|
-p 9705:9705 \
|
||||||
-v /mnt/user/appdata/huntarr:/config \
|
-v /mnt/user/appdata/huntarr:/config \
|
||||||
-e TZ=America/New_York \
|
-e TZ=America/New_York \
|
||||||
huntarr/huntarr:latest
|
huntarr/huntarr:latest
|
||||||
|
|
||||||
|
# Option 2: GitHub Container Registry
|
||||||
|
docker run -d --name huntarr \
|
||||||
|
--restart always \
|
||||||
|
-p 9705:9705 \
|
||||||
|
-v /mnt/user/appdata/huntarr:/config \
|
||||||
|
-e TZ=America/New_York \
|
||||||
|
ghcr.io/plexguide/huntarr:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## The Perfect Pair: Huntarr & Cleanuperr
|
## The Perfect Pair: Huntarr & Cleanuperr
|
||||||
|
|||||||
Reference in New Issue
Block a user