This website requires JavaScript.
Explore
Help
Sign In
extern
/
zabbix-docker
Watch
1
Star
0
Fork
0
You've already forked zabbix-docker
mirror of
https://github.com/zabbix/zabbix-docker.git
synced
2024-11-26 01:34:01 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0ecfcb841b
zabbix-docker
/
env_vars
/
mysql_init
/
init_proxy_db.sql
3 lines
93 B
MySQL
Raw
Normal View
History
Unescape
Escape
Removed MySQL root secret for server and proxy containers
2024-01-18 17:13:10 +01:00
CREATE
DATABASE
IF
NOT
EXISTS
`
zabbix_proxy
`
;
Fixed style of files
2024-02-14 12:33:19 +01:00
GRANT
ALL
ON
`
zabbix_proxy
`
.
*
TO
'
zabbix
'
@
'
%
'
;
Reference in New Issue
Copy Permalink