fix: docker compose 开放 web 端口

This commit is contained in:
2024-08-23 14:22:41 +08:00
parent 6294a2ea3a
commit 28482d201d
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
app:
port: 8080
host: "localhost"
url: "http://localhost:8080"
host: "0.0.0.0"
url: "http://onvif-agent:8080"