恢复端口为16025

This commit is contained in:
2026-07-07 13:23:36 +08:00
parent ef4d26f11b
commit f7f14d7114
9 changed files with 26 additions and 26 deletions

View File

@@ -6,14 +6,14 @@ services:
image: web-capture-api:latest
container_name: web-capture-api
ports:
- "16026:16026"
- "16025:16025"
environment:
- TZ=Asia/Shanghai
volumes:
- ./captures:/tmp/web_captures
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:16026/health"]
test: ["CMD", "curl", "-f", "http://localhost:16025/health"]
interval: 30s
timeout: 10s
retries: 3