Skip to content

Commit a22bcc7

Browse files
author
Mario Colombo
authored
Merge pull request #10 from crydotsnake/main
TASK: Update docker-compose command.
2 parents d682b11 + 4e6a86a commit a22bcc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You need to have docker installed on your system to run this project.
1818
```bash
1919
git clone git@github.com:django-cms/django-cms-quickstart.git
2020
cd django-cms-quickstart
21-
docker compose up --force-recreate --build -d
21+
docker compose up --build -d
2222
docker compose run web python manage.py migrate
2323
docker compose run web python manage.py createsuperuser
2424
```

0 commit comments

Comments
 (0)