mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2024-11-14 03:44:49 +01:00
12 lines
269 B
Plaintext
12 lines
269 B
Plaintext
# DB_SERVER_HOST=mysql-server
|
|
# DB_SERVER_PORT=3306
|
|
# MYSQL_USER=zabbix
|
|
MYSQL_USER=zabbix
|
|
# MYSQL_PASSWORD=zabbix
|
|
MYSQL_PASSWORD=zabbix
|
|
# MYSQL_ROOT_PASSWORD=
|
|
MYSQL_ROOT_PASSWORD=root_pwd
|
|
# MYSQL_ALLOW_EMPTY_PASSWORD=false
|
|
# MYSQL_DATABASE=zabbix
|
|
MYSQL_DATABASE=zabbix
|