From b1f9b18b8c73ff5daef74e012602cc67add69ba1 Mon Sep 17 00:00:00 2001 From: Colin Frei Date: Wed, 26 Dec 2018 16:43:22 +0100 Subject: [PATCH] Type in docker-compose command --- docs/migrating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrating.rst b/docs/migrating.rst index d4ef40857..2c9e91897 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -102,7 +102,7 @@ is similar: $ cd /path/to/project $ git pull $ docker build -t paperless . - $ docker-compose run --rm comsumer migrate + $ docker-compose run --rm consumer migrate $ docker-compose up -d If ``git pull`` doesn't report any changes, there is no need to continue with