HomarrH
Homarr3y ago
RedGuy

Can't find config files

I configured homarr to run on docker like below:
docker run  \
  --name homarr \
  --restart unless-stopped \
  -p 7575:7575 \
  -v /second/homarr/configs:/app/data/configs \
  -v /second/homarr/icons:/app/public/icons \
  -d ghcr.io/ajnart/homarr:latest

When I go to my /second directory though I don't see the folders with the config files did I mess a step or where are the configs for things like edit password stored?
Was this page helpful?