fix(compose): 修复前端健康检查地址
Some checks failed
CI / Backend (push) Has been cancelled
CI / Frontend (push) Has been cancelled

This commit is contained in:
leonincs
2026-05-24 00:19:47 +08:00
parent 88196db47f
commit 1b74c82ed4

View File

@@ -124,7 +124,7 @@ services:
depends_on:
- backend
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://localhost:80/ || exit 1"]
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:80/ || exit 1"]
interval: 10s
timeout: 5s
retries: 3
@@ -134,4 +134,3 @@ volumes:
redis_data:
rabbitmq_data:
backend_uploads: