Skip to content

Commit 38fedf7

Browse files
author
Mario Colombo
authored
Merge pull request #12 from crydotsnake/main
TASK: Update docker-compose commands
2 parents 92d32a6 + 2ce54ba commit 38fedf7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ 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 --build -d
21+
docker compose build web
22+
docker compose up -d database_default
2223
docker compose run web python manage.py migrate
2324
docker compose run web python manage.py createsuperuser
25+
docker compose up -d
2426
```
2527

2628
Then open http://django-cms-quickstart.127.0.0.1.nip.io:8000 (or just http://127.0.0.1:8000) in your browser.

0 commit comments

Comments
 (0)