chore: 修改服务端口为 8888

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-22 13:48:35 +08:00
parent 1d5936983a
commit f42a767236

View File

@@ -4,7 +4,7 @@ services:
vitals: vitals:
build: . build: .
ports: ports:
- "8080:8080" - "8888:8080"
volumes: volumes:
- ./data:/app/data - ./data:/app/data
environment: environment: