From 4622596e68b6462ab2853f057c9a748084157985 Mon Sep 17 00:00:00 2001 From: emoshu-masaki-goto Date: Sat, 25 Jan 2025 14:32:01 +0900 Subject: [PATCH] =?UTF-8?q?docker=20compose=20=E3=81=A7=E3=81=AE=E7=92=B0?= =?UTF-8?q?=E5=A2=83=E6=A7=8B=E7=AF=89=E6=99=82=E3=81=ABdb=E3=81=AE?= =?UTF-8?q?=E3=82=B3=E3=83=B3=E3=83=86=E3=83=8A=E3=81=A7=E3=82=A8=E3=83=A9?= =?UTF-8?q?=E3=83=BC=E3=81=8C=E7=99=BA=E7=94=9F=E3=81=97=E3=81=9F=E3=81=9F?= =?UTF-8?q?=E3=82=81=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + development/compose-local.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 1036b287..ede0e61c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ _tmp webapp/public +mysql_data diff --git a/development/compose-local.yml b/development/compose-local.yml index 2b274951..65e2237e 100644 --- a/development/compose-local.yml +++ b/development/compose-local.yml @@ -7,6 +7,7 @@ services: ports: - 3306:3306 volumes: + - ../mysql_data:/var/lib/mysql - ../webapp/sql:/docker-entrypoint-initdb.d healthcheck: test: