auto-sync: 2026-05-03 12:40:23

This commit is contained in:
cfdaily
2026-05-03 12:40:23 +08:00
parent 68aff93f4b
commit b1c3fbb262
+4 -1
View File
@@ -50,12 +50,15 @@ docker build -t sanguo_vnpy:with-scripts -f docker/Dockerfile .
```bash
docker run -d --name sanguo_vnpy \
--restart unless-stopped \
-p 8888:8888 -p 8088:8088 -p 8000:8000 -p 2222:22 \
--privileged \
-p 2222:22 -p 8000:8000 -p 8088:8088 -p 8888:8888 \
-v /volume1/stock/sanguo_vnpy/bt-service:/app/scripts/backtest_service:ro \
-v /volume1/stock/sanguo_vnpy/entrypoint.sh:/app/entrypoint.sh:ro \
sanguo_vnpy:with-scripts
```
> ⚠️ `--privileged` 是必须的:群晖 NAS 内核 3.10 不支持 seccompSSH 服务(dropbear)需要特权模式运行。详见 [06-nas-infrastructure.md](06-nas-infrastructure.md) Q5。
### 3.3 验证部署
```bash