From 4e6a86aa88b6e4da52629c091cdeb4d97a7d9dd0 Mon Sep 17 00:00:00 2001 From: Simon Krull Date: Mon, 20 Sep 2021 11:05:01 +0200 Subject: [PATCH] TASK: Update docker-compose command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 404183be..e9aa656a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ You need to have docker installed on your system to run this project. ```bash git clone git@github.com:django-cms/django-cms-quickstart.git cd django-cms-quickstart -docker compose up --force-recreate --build -d +docker compose up --build -d docker compose run web python manage.py migrate docker compose run web python manage.py createsuperuser ```