From f0aa81f0c070609cf4ddce82091d5f018ba6dab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E6=84=8F?= Date: Wed, 22 Dec 2021 08:59:13 +0800 Subject: [PATCH] update readme (#4) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8516c4b..9bfd6a2 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ **docker** ```shell -docker run --name benacount-gs -dp 10000:80 \ +docker run --name beancount-gs -dp 10000:80 \ -w /app \ -v "/data/beancount:/data/beancount" \ -v "/data/beancount/icons:/app/public/icons" \