Skip to content

Commit a71dd31

Browse files
authored
fix(doc): docker-compose is deprecated
1 parent 60d56b9 commit a71dd31

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
@@ -11,7 +11,7 @@ Check out the [post](https://testdriven.io/blog/django-and-celery/).
1111
Spin up the containers:
1212

1313
```sh
14-
$ docker-compose up -d --build
14+
$ docker compose up -d --build
1515
```
1616

1717
Open your browser to http://localhost:1337 to view the app or to http://localhost:5555 to view the Flower dashboard.

0 commit comments

Comments
 (0)