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:

  1. $ curl -L https://umbrel.sh | bash -s -- --install-path <large storage location> --no-install-docker --no-install-compose
  2. $ sudo NGINX_PORT=<custom port> scripts/start

Note: the scripts/start file will be located where umbrel is installed.

Notes mentioning this note