From a7612778a5670d7e89667a8d192655031f5f7b18 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Thu, 12 Feb 2026 11:52:56 +0100 Subject: [PATCH] Added db --- compose/app.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose/app.yml b/compose/app.yml index eb532f5..6a42105 100644 --- a/compose/app.yml +++ b/compose/app.yml @@ -8,6 +8,8 @@ services: MYSQL_ROOT_PASSWORD: root ports: - 3306:3306 + volumes: + - ./app/database:/var/lib/mysql app: build: ./app