fix: docker compose 开放 web 端口
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
app:
|
||||
port: 8080
|
||||
host: "localhost"
|
||||
url: "http://localhost:8080"
|
||||
host: "0.0.0.0"
|
||||
url: "http://onvif-agent:8080"
|
||||
|
Reference in New Issue
Block a user