27 lines
403 B
YAML
27 lines
403 B
YAML
---
|
|
name: zabbix-agent2
|
|
version: '7.0.0'
|
|
slug: zabbix-agent2
|
|
description: Zabbix agent 2
|
|
url: https://gitea.sinav-lab.com/sinav/haos-addons
|
|
arch:
|
|
- armhf
|
|
- armv7
|
|
- aarch64
|
|
- amd64
|
|
- i386
|
|
startup: system
|
|
boot: auto
|
|
# init: true
|
|
apparmor: false
|
|
full_access: true
|
|
host_ipc: true
|
|
host_pid: true
|
|
host_network: true
|
|
docker_api: true
|
|
advanced: true
|
|
map:
|
|
- addon_config:rw
|
|
ports:
|
|
10050/tcp: 10050
|