From 071ffab88af845d47246ce33e3da03423af67323 Mon Sep 17 00:00:00 2001 From: yuuki <> Date: Thu, 31 Oct 2024 14:48:14 +0900 Subject: [PATCH] =?UTF-8?q?=E8=AA=A4=E5=AD=97fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c15c52..f0e1c76 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ```bash docker run --detach \ --name litey-mongo-debug \ - --volume lzitey-mongo-debug:/data/db \ + --volume litey-mongo-debug:/data/db \ --publish 27017:27017 \ mongo ```