fix: быстрое развёртывание — PGDG, /opt/shop/shop10, без placeholder URL
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
## Вариант A — Docker Compose
|
||||
|
||||
```bash
|
||||
git clone <URL_РЕПОЗИТОРИЯ> shop && cd shop
|
||||
git clone https://git.evilfox.cc/test/shop10.git /opt/shop/shop10 && cd /opt/shop/shop10
|
||||
git checkout v0.10.0
|
||||
|
||||
cp .env.docker.example .env
|
||||
@@ -27,7 +27,7 @@ docker compose --profile proxy up -d --build
|
||||
## Вариант B — без Docker (Ubuntu)
|
||||
|
||||
```bash
|
||||
git clone <URL_РЕПОЗИТОРИЯ> shop && cd shop
|
||||
git clone https://git.evilfox.cc/test/shop10.git /opt/shop/shop10 && cd /opt/shop/shop10
|
||||
git checkout v0.10.0
|
||||
|
||||
apt install -y git curl
|
||||
|
||||
Reference in New Issue
Block a user