Nondedicated Umbrel Setup
By default umbrel likes to run on its own dedicated machine. It wants to install docker as well as run on port 80. To run alongside existing docker containers:
$ curl -L https://umbrel.sh | bash -s -- --install-path <large storage location> --no-install-docker --no-install-compose
$ sudo NGINX_PORT=<custom port> scripts/start
Note: the scripts/start file will be located where umbrel is installed.