Fix Docker Compose install on Debian without compose apt package
- Install docker.io only; add compose plugin from apt or GitHub release - Fail clearly if docker compose is still missing after install - README notes Compose v2 fallback on Debian
This commit is contained in:
@@ -26,7 +26,7 @@ sudo ./install-rubix.sh
|
||||
|
||||
The script will:
|
||||
|
||||
1. `apt update` / `upgrade`, install tools, **Docker** + compose plugin
|
||||
1. `apt update` / `upgrade`, install tools, **Docker** (`docker.io`) + Compose v2 plugin (apt or GitHub on Debian)
|
||||
2. Ask for your **Gitea token** (if `GITEA_TOKEN` is not already exported)
|
||||
3. Create **`/home/www/callcenter`** and download the latest **rubix** release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user