From f281677f6959461a78e404f3f5ff3cbe941e78be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9B=A7=E5=9B=A7?= Date: Tue, 12 Mar 2024 14:05:05 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c731bc0..c4fc747 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ docker run -p 8000:8000 \ ``` By mounting local database files to Docker via `-v path/to/database:/database`, -the changes done through the API server will persist to the local database files after the UI is shutdown. +the changes done through the API server will persist to the local database files after the server is shutdown. The `--rm` flag tells docker that the container should automatically be removed after we close docker.