Sign inSign up

quynhbofit/zabbix-agent

By quynhbofit

•Updated over 3 years ago

Image
0

200

quynhbofit/zabbix-agent repository overview

⁠docker-compose.yml

version: '3.9'
networks:
  zabbix-net:
    name: zabbix-net
    driver: bridge
services:
  zabbix-agent:
    image: quynhbofit/zabbix-agent:latest
    container_name: zabbix-agent
    environment:
      - ZBX_SERVER_HOST=zabbix-server-mysql
    networks:
      - zabbix-net
    privileged: true
    restart: unless-stopped

Tag summary

Content type

Image

Digest

sha256:c2befbd39…

Size

7 MB

Last updated

over 3 years ago

docker pull quynhbofit/zabbix-agent