docs: install docker-compose-plugin when apt has no package

Made-with: Cursor
This commit is contained in:
PTah
2026-04-22 11:59:46 +10:00
parent 1d6e292d54
commit 263272d326
2 changed files with 58 additions and 0 deletions
+4
View File
@@ -49,7 +49,11 @@
sudo apt update
sudo apt install -y docker.io docker-compose-plugin
sudo systemctl enable --now docker
```
Если apt сообщает **`Unable to locate package docker-compose-plugin`**, см. [раздел 10 в `docs/troubleshooting.md`](docs/troubleshooting.md#10-e-unable-to-locate-package-docker-compose-plugin).
```bash
sudo mkdir -p /opt/gitea/data/gitea/conf
sudo cp gitea/docker-compose.yml /opt/gitea/docker-compose.yml
cd /opt/gitea