First, thank you for your work. With your docker image I'm able to run umbrelOS via Docker Desktop on my old Mac using docker compose.
However there is an issue. There are several apps in the Umbrel app store that are using network_mode: host in their docker-compose.yml files, see
By default these app can be installed with umbrelOS without raising any errors or warnings, but they won't be accessible. The reason for that is that the support for network_mode: host on Mac/Windows for Docker Desktop is very new and deactivated by default.
To workaround this issue you have to
- Update to Docker Desktop version 4.34 or newer
- Check
Enable host networking under Settings/Resources/Network and press Apply and Restart
See
After doing this, the apps mentioned above work fine with umbrelOS also on a Mac (or Windows).
First, thank you for your work. With your docker image I'm able to run umbrelOS via Docker Desktop on my old Mac using docker compose.
However there is an issue. There are several apps in the Umbrel app store that are using
network_mode: hostin their docker-compose.yml files, seeBy default these app can be installed with umbrelOS without raising any errors or warnings, but they won't be accessible. The reason for that is that the support for
network_mode: hoston Mac/Windows for Docker Desktop is very new and deactivated by default.To workaround this issue you have to
Enable host networkingunderSettings/Resources/Networkand pressApply and RestartSee
After doing this, the apps mentioned above work fine with umbrelOS also on a Mac (or Windows).