From f13ed239e7c8e91114714b94a2973b168e7c25e1 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Thu, 5 Jun 2025 18:36:46 +0000 Subject: [PATCH] Updated to work with the mariadb command, rather than mysql command --- update-db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-db b/update-db index ac56d0c..a786f3b 100755 --- a/update-db +++ b/update-db @@ -3,7 +3,7 @@ source ".env" website="https://$VIRTUAL_HOST" -command="docker-compose exec database mysql" +command="docker compose exec database mariadb" echo $website