Need Help Connecting Docker to Navidrome on Mac

0
1
Asked By CuriousCat12 On

I'm really struggling to get Docker connected to my Navidrome setup on my old MacBook Pro 2012 running Catalina. I've tried countless times following the setup guides from the Navidrome website, but I keep hitting a wall. My Docker version is Desktop 4.15.0 with Docker Compose v2.13.0, and I've ensured that the firewall is off. I've also toggled Tailscale on and off while troubleshooting. I can see that Navidrome is running, as the logs show it creating the DB schema and starting the scanner, but when I try to access it at the URL [http://localhost:4533](http://localhost:4533/), I get the dreaded "This site can't be reached" message. I've double-checked all the settings and proxies, but nothing seems to work. Any guidance on what I might be missing would be greatly appreciated!

1 Answer

Answered By TechieTim87 On

Try using your Mac’s actual IP address instead of "localhost." You can access it like this: http://192.168.x.x:4533. Sometimes, localhost can be finicky.

CuriousCat12 -

I actually tried that before posting and still had no luck. Tried it again just now to be sure, and no go 🙁

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.