升级了MyIP、emby、zigbee2mqtt版本

This commit is contained in:
waxgourd
2024-02-02 19:46:28 +08:00
committed by wangyan
parent 22e289ecb3
commit 54b3e1dfb2
6 changed files with 26 additions and 7 deletions

View File

@@ -2,4 +2,4 @@
## 使用方法
- 启动后可在信息页中点击"打开 WEI UI",也可通过浏览器访问 <http://homeassistant:port> 端口号默认8966.
- 启动后可在信息页中点击"打开 WEI UI",也可通过浏览器访问 <http://homeassistant:port> (端口号默认18966.

View File

@@ -10,12 +10,13 @@ arch:
- aarch64
- amd64
ports_description:
8966/tcp: 'Web UI port'
18966/tcp: 'Web UI port'
panel_icon: 'mdi:ip'
ingress: true
ingress_port: 8966
ingress: false
ingress_port: 18966
ingress_stream: true
startup: services
image: jason5ng32/myip
webui: "[PROTO:http]://[HOST]:[PORT:18966]"
ports:
8966/tcp: 8966
18966/tcp: 18966