Type in docker-compose command

This commit is contained in:
Colin Frei 2018-12-26 16:43:22 +01:00 committed by GitHub
parent 7b4785bdb9
commit b1f9b18b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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