From f1349e662b0a892787fa033b28b09615b54d56a9 Mon Sep 17 00:00:00 2001 From: Alexander Kurakin Date: Wed, 10 Jun 2020 11:28:49 +0300 Subject: [PATCH] FAQ correction Sync with below instructions --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 0fcd0c4d..88042750 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -26,7 +26,7 @@ Please check the following list. ## I want to update to the latest doccano image 1. Execute `git pull` to reflect the latest doccano. -2. Delete the volume that `doccano_www` and `doccano_static_volume`. +2. Delete the volume that `doccano_node_modules`, `doccano_static_volume`, `doccano_venv` and `doccano_www`. **Do not delete `doccano_postgres_data` because it stores your projects data.** 3. Rebuild the doccano image.