From acdd6851ffc84f78c087d631120cbb3fd67a7073 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 6 Jul 2023 14:05:41 +1000 Subject: [PATCH] fixes for build --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b4c94e6..d4be41d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -41,7 +41,7 @@ services: - "in5.localhost:192.168.0.124 " #host and ip db: - image: mysql:8 + image: mariadb:10.6 # When running on ARM64 use MariaDB instead of MySQL # image: mariadb:10.4 # For auto DB backups comment out image and use the build block below