Browse Source

FAQ correction

Sync with below instructions
pull/832/head
Alexander Kurakin 4 years ago
committed by GitHub
parent
commit
f1349e662b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      docs/faq.md

2
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.

Loading…
Cancel
Save