update .env.example
This commit is contained in:
+2
-2
@@ -335,7 +335,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
|
||||
```
|
||||
|
||||
@@ -343,7 +343,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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user