docs: install docker-compose-plugin when apt has no package
Made-with: Cursor
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user