From 762f5b3f22a63081793335bc995479d6fc5294d5 Mon Sep 17 00:00:00 2001 From: sksat Date: Thu, 23 Dec 2021 16:34:21 +0900 Subject: [PATCH] update: move to mariadb --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 74290df..3d9b933 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,7 +25,7 @@ services: command: tunnel --hostname mc-tunnel.sksat.net --url tcp://paper:25565 --loglevel info db: - image: mysql:8.0.27 + image: mariadb:10.7.1 command: --default-authentication-plugin=mysql_native_password ports: - 3306:3306