diff --git a/roles/ind/zabbix/docker-compose.yml b/roles/ind/zabbix/docker-compose.yml index d85e41b..14af3c7 100644 --- a/roles/ind/zabbix/docker-compose.yml +++ b/roles/ind/zabbix/docker-compose.yml @@ -11,7 +11,7 @@ services: - mariadbd - --character-set-server=utf8mb4 - --collation-server=utf8mb4_bin - - --default-authentication-plugin=mysql_native_password + ##- --default-authentication-plugin=mysql_native_password environment: - MYSQL_USER=${MYSQL_USER} - MYSQL_PASSWORD=${MYSQL_PASSWORD}