docs(README): remove docker compose migration step

This commit is contained in:
Jordan Knott 2020-08-22 02:52:51 -05:00 committed by GitHub
parent 81b89f2411
commit 22e4669c34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,6 @@ Now do the following:
``` bash ``` bash
docker-compose -p taskcafe up -d docker-compose -p taskcafe up -d
docker-compose -p taskcafe -f docker-compose.yml -f docker-compose.migrate.yml run --rm migrate
``` ```
This will start a postgres instance as well as a taskcafe instance. This will start a postgres instance as well as a taskcafe instance.