Created
February 10, 2017 11:30
-
-
Save ChatchaiJ/392e92cad0cfde97e501dddc2c07f8ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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