update .env.example

This commit is contained in:
TIANHE
2026-01-03 20:25:58 +08:00
parent dad169bb9c
commit fc2a30deed
7 changed files with 11 additions and 90 deletions
+2 -2
View File
@@ -334,7 +334,7 @@ QuantDinger를 실행하는 가장 빠른 방법입니다.
```bash
git clone https://github.com/brokermr810/QuantDinger.git && \
cd QuantDinger && \
cp docker.env.example backend_api_python/.env && \
cp backend_api_python/env.example backend_api_python/.env && \
docker-compose up -d --build
```
@@ -342,7 +342,7 @@ docker-compose up -d --build
```powershell
git clone https://github.com/brokermr810/QuantDinger.git
cd QuantDinger
Copy-Item docker.env.example -Destination backend_api_python\.env
Copy-Item backend_api_python\env.example -Destination backend_api_python\.env
docker-compose up -d --build
```