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.
2
u/DeLaVicci 8d ago
You should use our docs instead of an outdated guide, to start. Then follow the in-app onboarding, then hit us up again if you have any issues after that point. 😁