feat: allow configurable loopback backend binding

This commit is contained in:
2026-08-04 15:36:01 +08:00
parent 4fc755d558
commit 11191a6e1d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ services:
environment:
- TZ=Asia/Shanghai
ports:
- "127.0.0.1:8001:8000"
- "${PINGWATCH_BACKEND_BIND:-127.0.0.1:8001}:8000"
depends_on:
db:
condition: service_healthy