Compare commits

...

3 Commits

Author SHA1 Message Date
Paolo Asperti c37da6b538
update upstream agent
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details
2023-07-26 09:13:42 +02:00
Paolo Asperti 83e7d0bc1f
added port description 2023-07-26 09:12:51 +02:00
Paolo Asperti eee92ba7f2
enabled docker api access 2023-07-26 09:12:40 +02:00
4 changed files with 7 additions and 3 deletions

View File

@ -5,7 +5,7 @@ ENV LANG C.UTF-8
COPY rootfs /
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo
RUN apk add -U zabbix-agent2=6.0.13-r0 sudo
LABEL \
io.hass.version="0.2.3" \

View File

@ -5,7 +5,7 @@ ENV LANG C.UTF-8
COPY rootfs /
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo
RUN apk add -U zabbix-agent2=6.0.13-r0 sudo
LABEL \
io.hass.version="0.2.3" \

View File

@ -5,7 +5,7 @@ ENV LANG C.UTF-8
COPY rootfs /
RUN apk add -U zabbix-agent2=6.0.5-r0 sudo
RUN apk add -U zabbix-agent2=6.0.13-r0 sudo
LABEL \
io.hass.version="0.2.3" \

View File

@ -8,6 +8,7 @@
"startup": "services",
"boot": "auto",
"hassio_api": true,
"docker_api": true,
"audio": false,
"gpio": false,
"init": false,
@ -18,6 +19,9 @@
"ports": {
"10050/tcp": 10050
},
"ports_description": {
"10050/tcp": "Zabbix Agent port (used by Zabbix Server and/or proxies)"
},
"map": [
"share"
],