profilarr: use Docker Hub image (santiagosayshey), not GHCR
The ghcr.io/dictionarry-hub/profilarr path mentioned in some docs isn't publicly pullable — anonymous token requests get 403. Canonical image is santiagosayshey/profilarr:latest on Docker Hub per the upstream README. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
a9649be705
commit
98ccee2221
1 changed files with 3 additions and 1 deletions
|
|
@ -14,7 +14,9 @@
|
|||
];
|
||||
|
||||
virtualisation.oci-containers.containers.profilarr = {
|
||||
image = "ghcr.io/dictionarry-hub/profilarr:latest";
|
||||
# Canonical image lives on Docker Hub (santiagosayshey is the maintainer);
|
||||
# the Dictionarry-Hub GHCR path that some docs mention isn't publicly pullable.
|
||||
image = "santiagosayshey/profilarr:latest";
|
||||
volumes = [
|
||||
"/var/lib/profilarr:/config"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue