Hey there! I have a FileBrowser container in Docker that is no longer reachable through the internet after the 4.29.0 update. Previously we were using FileBrowser as an FTP server for our organization, so it was working on a large scale, though now it is completely inaccessible (besides locally accessing it). The server runs off of a Mac Mini on Ventura 13.4. Honestly, I have little to no experience using Docker or any code-centric programs in general (someone else set up the server before me), but Iâm willing to dig a little if I have a place to start. If anyone has any pointers or questions, they would be greatly appreciated!
Why it stopped working, I donât know, but whether it works or not depends on your firewall. I made some screenshots to show you where the settings is to allow incomming connections for Docker Destkop on macOS
Make sure it is set to âAllow incomming connectionsâ
If it still doesnât work, also make sure the port mapping definition of the container does not contain an IP address like 127.0.0.1. You can even set it to 0.0.0.0 to forward from all ip addresses if you wan to.
If it still doesnât work, I have no idea. I use Docker Desktop for Mac v4.29.0 as well. I have macOS 14.4.1, but Docker Desktop supports the latest and two previous macOS versions so v13 is still supported.
That option is inactive. It means you have âBlock all incomming connectionsâ turned on. My 3rd screenshot shows when that setting is wrong and the 4th shows when it is right and only then can you scroll down and check if Docker is enabled. It will be, because that can be seen even when the option is inactive. But the text must be white, not grayed out.