Skip to content

Instantly share code, notes, and snippets.

View elwan's full-sized avatar

Elwan Ndiaye elwan

View GitHub Profile
@3ng1n33r
3ng1n33r / docker-compose.yaml
Created June 3, 2020 04:41
Zabbix 5.0 docker compose (with mysql database support)
version: '3.5'
services:
zabbix-server:
image: zabbix/zabbix-server-mysql:alpine-5.0-latest
container_name: zabbix-server
ports:
- "10051:10051"
networks:
zabbix_network:
ipv4_address: 172.18.0.5