-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
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
underSettings/Resources/Network
and pressApply and Restart
See
After doing this, the apps mentioned above work fine with umbrelOS also on a Mac (or Windows).
kroese, JimmyBastos, jpedrosa94, Thomas-Basadonne and gabrielkoerich
Metadata
Metadata
Assignees
Labels
No labels