mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-02-02 19:09:21 +01:00
Removed MySQL root secret for server and proxy containers
This commit is contained in:
parent
a85ebfe9a5
commit
1f012fc0ca
@ -6,6 +6,8 @@ services:
|
||||
- mysqld
|
||||
- --character-set-server=utf8mb4
|
||||
- --collation-server=utf8mb4_bin
|
||||
# Only during upgrade from versions prior 6.4 and new installations (schema deployment)
|
||||
- --log_bin_trust_function_creators=1
|
||||
# Use TLS encryption for connections to database
|
||||
# - --require-secure-transport
|
||||
# - --ssl-ca=/run/secrets/root-ca.pem
|
||||
|
Loading…
Reference in New Issue
Block a user