HomarrH
Homarr8mo ago
3 replies
kuhnikuehnast

Unable to log in after docker-update

Hello,

After updating my Ugreen NAS, I can no longer access the Homarr dashboard. I'm always prompted to enter a username and password. I'm fairly sure I used to know my username… but by now, I'm not entirely sure anymore.

I already tried generating a new password using the homarr reset-password prompt, but without success. I keep getting the message:

"Your credentials are incorrect or this account doesn't exist. Please try again."

What am I doing wrong?

Let me know if you'd like it more formal or more casual!

this is my docker-compose.yaml:
version: '3.8'

services:
homarr:
image: ghcr.io/ajnart/homarr:latest
container_name: homarr
restart: unless-stopped
ports:
- 7575:7575
volumes:
- /volume2/homarr_config/configs:/app/data/configs
- /volume2/homarr_config/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock
Was this page helpful?