docs: add GitHub Container Registry as alternative Docker install option

This commit is contained in:
Admin9705
2025-05-14 21:59:31 -04:00
parent a9c873ace3
commit 594bc6c666

View File

@@ -210,12 +210,21 @@ You can install Huntarr using the Unraid App Store.
If not, you can run this from Command Line in Unraid:
```bash
# Option 1: DockerHub
docker run -d --name huntarr \
--restart always \
-p 9705:9705 \
-v /mnt/user/appdata/huntarr:/config \
-e TZ=America/New_York \
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