From ad9224db2a1b6f32617ff39db730ff201fca1e50 Mon Sep 17 00:00:00 2001 From: Matias Garcia Isaia Date: Thu, 22 Feb 2024 16:11:33 -0300 Subject: [PATCH] Use Use OracleLinux-based MySQL Docke I'd rather use Debian, but Oracle doesn't provide ARM builds of MySQL for Debian. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index af44d99..44db997 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: - 80 db: - image: mysql:8.0-debian + image: mysql:8.0 command: --default-authentication-plugin=mysql_native_password environment: MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'