Skip to content

Commit

Permalink
use newer docker compose instead of legacy docker-compose Python CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
d-flood committed May 29, 2024
1 parent 42bdad4 commit 2ed2b78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Make sure you have docker_ installed to try this quickstart.
$> cd catchpy

# start docker services
$> docker-compose up
$> docker-compose exec web python manage.py migrate
$> docker-compose exec web python manage.py createsuperuser
$> docker compose up
$> docker compose exec web python manage.py migrate
$> docker compose exec web python manage.py createsuperuser
$> open http://localhost:9000/static/anno/index.html


Expand Down

0 comments on commit 2ed2b78

Please sign in to comment.