feat: allow configurable loopback backend binding
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user