chore(deploy): change webui port to 3090

This commit is contained in:
2026-05-05 15:01:35 +08:00
parent 73d476bcea
commit 24bc9448a0
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ services:
backend:
condition: service_healthy
ports:
- "${CHECKIN_WEB_PORT:-8080}:80"
- "${CHECKIN_WEB_PORT:-3090}:80"
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1/health >/dev/null"]