Skip to content

Instantly share code, notes, and snippets.

@ChatchaiJ
Created February 10, 2017 11:30
Show Gist options
  • Save ChatchaiJ/392e92cad0cfde97e501dddc2c07f8ab to your computer and use it in GitHub Desktop.
Save ChatchaiJ/392e92cad0cfde97e501dddc2c07f8ab to your computer and use it in GitHub Desktop.
#!/bin/bash
docker run --name zabbix-server \
--link mysql-server:mysql-server \
-e DB_SERVER_HOST="mysql-server" \
-e MYSQL_USER="root" \
-e MYSQL_PASSWORD="root" \
-d zabbix/zabbix-server-mysql:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment