From 496e6d34f34d492af6f3d02e708c7cf125a86a22 Mon Sep 17 00:00:00 2001 From: RedPine404 <77135012+RedPine404@users.noreply.github.com> Date: Mon, 6 May 2024 19:35:29 -0500 Subject: [PATCH] Fixed mysql authentication option causing db fail to start --- docker-compose.tmpl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.tmpl.yml b/docker-compose.tmpl.yml index 9b5c30d..1bbecd4 100644 --- a/docker-compose.tmpl.yml +++ b/docker-compose.tmpl.yml @@ -43,7 +43,7 @@ services: command: - "--event-scheduler=ON" - "--init-file=/tmp/common_init.sql" - - "--authentication_policy=mysql_native_password" + - "--mysql-native-password=ON" redis: #! used by fxa-profile-server(has prefixkey) fxa-content-server (seem not used?) fxa-auth-server(has prefix key) image: redis:6.0-alpine