mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-19 04:45:59 +02:00
Added compose files for 2.0
This commit is contained in:
11
.env_db_mysql_proxy
Normal file
11
.env_db_mysql_proxy
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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_proxy
|
||||
MYSQL_DATABASE=zabbix_proxy
|
Reference in New Issue
Block a user