From 14b8ce42a800cf61b977b424e2169220414f5dbf Mon Sep 17 00:00:00 2001 From: alexveebee Date: Wed, 30 Apr 2025 02:02:10 +0000 Subject: [PATCH] undo db image from mariadb, using `mysql:latest` --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 527945c5..af04c985 100644 --- a/compose.yml +++ b/compose.yml @@ -69,7 +69,7 @@ services: - db db: - image: mariadb:lts + image: mysql:lts container_name: vichan_mariadb restart: unless-stopped volumes: