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:
Sinisa Madzar
2026-06-01 08:09:48 +02:00
parent 9e60ae40cc
commit 0b1f1040b9
2 changed files with 37 additions and 5 deletions
+1 -1
View File
@@ -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