Template Docker compose config

This commit is contained in:
2026-04-02 04:48:09 +03:00
parent db331e373e
commit 6e97b74f2a
5 changed files with 6 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ Default panel credentials:
- login: `admin`
- password: `proxy-ui-demo`
For Docker runs these values come from `compose.yaml`:
For Docker runs these values come from your local `compose.yml`, usually created from `compose.example.yml`:
- `PANEL_AUTH_LOGIN`
- `PANEL_AUTH_PASSWORD`
@@ -44,6 +44,7 @@ Once the API is available, dashboard/user traffic values are refreshed from live
## Docker run
```bash
cp compose.example.yml compose.yml
docker compose up --build
```