From f3a7377c6c2c059164868f606fc4f027cbe45b69 Mon Sep 17 00:00:00 2001 From: ixa2 <162011041+ixa2@users.noreply.github.com> Date: Tue, 5 Mar 2024 02:07:36 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=B3=E3=83=95=E3=83=AA=E3=82=AF?= =?UTF-8?q?=E3=83=88=E3=81=AE=E8=A7=A3=E6=B1=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/codespaces.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/codespaces.sh b/scripts/codespaces.sh index a75538d..9e0d3c1 100644 --- a/scripts/codespaces.sh +++ b/scripts/codespaces.sh @@ -2,13 +2,13 @@ docker run --detach \ --name taiko-mongo-debug \ - --volume taiko-mongo:/data/db \ + --volume taiko-mongo-debug:/data/db \ --publish 27017:27017 \ mongo docker run --detach \ --name taiko-redis-debug \ - --volume taiko-redis:/data \ + --volume taiko-redis-debug:/data \ --publish 6379:6379 \ redis