From fe115048ac095deee52d1d750f97f13be7b03dc1 Mon Sep 17 00:00:00 2001 From: alexveebee Date: Wed, 30 Apr 2025 19:33:53 +0000 Subject: [PATCH] make optional for mariadb --- compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yml b/compose.yml index 079223c5..072c3f82 100644 --- a/compose.yml +++ b/compose.yml @@ -70,6 +70,7 @@ services: db: image: mysql:lts + # image: mariadb:latest # optional for more higher performance container_name: vichan_db restart: unless-stopped volumes: