fix: docker compose 开放 web 端口
This commit is contained in:
parent
6294a2ea3a
commit
28482d201d
@ -10,6 +10,8 @@ services:
|
||||
volumes:
|
||||
- ./log:/var/log/onvif-agent
|
||||
- ./config.yaml:/etc/onvif-agent/config.yaml
|
||||
ports:
|
||||
- "8080:8080"
|
||||
networks:
|
||||
- zabbix-network
|
||||
restart: unless-stopped
|
||||
|
@ -1,4 +1,4 @@
|
||||
app:
|
||||
port: 8080
|
||||
host: "localhost"
|
||||
url: "http://localhost:8080"
|
||||
host: "0.0.0.0"
|
||||
url: "http://onvif-agent:8080"
|
||||
|
Loading…
x
Reference in New Issue
Block a user