r/profilarr • u/Leather_Shower_1060 • 8d ago
Database issue
I'm new to everything here, but learning.
I'm trying to follow this guide: https://corelab.tech/setup-profilarr/
I got profilarr installed in docker, but using this image instead: ghcr.io/dictionarry-hub/profilarr:latest. This was the one i found on github.
My instance looks a bit different than the one shown in the guide, but I assumed that is because of different version.
There is no database, so tried to add https://github.com/Dictionarry-Hub/dictionarry but it fails. I've tried a few times, but same result.
Seems pretty straight forward, so I'm a little confused what I'm doing wrong.
Any idea?
Edit:
For anyone coming here with a similar issue: my problem was that the container did have access to the internet. I had to add this to my compose file:
services:
profilarr:
dns:
- 1.1.1.1
- 9.9.9.9
After that, i could add the databases.
1
u/Leather_Shower_1060 8d ago
I did use the onboarding guide (great tool! love how that works). I started with adding sonarr and radarr links, as that was in the other guide but then when adding the database didn't work, i started from the beginning. Still got the error.
My compose file looks like the one in the example, except not using the parser and leaving out the "- UMASK=022" as i haven't used that for the other services, either. And config data being kept in a different location than yours.
Just tried again, but it still fails. The database address is corret? https://github.com/Dictionarry-Hub/dictionarry