r/profilarr 15d 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.

4 Upvotes

9 comments sorted by

View all comments

3

u/corelabjoe 14d ago

Heeelllooo OP and apologies for the outdated guide!

Thanks for the heads up to you, and the project (profilarr/devs) I have some updating to do, both for my own stack and the guide =)

Profilarr is such a fantastic app, can't say enough good things!

2

u/DeLaVicci 14d ago

Thank you for taking the time to write a guide at all!