Skip to content

Commit f3a0164

Browse files
committed
correct docker compose
1 parent b7d19a3 commit f3a0164

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cp .env.template .env
3535
```
3636

3737

38-
### Using Docker-Compose
38+
### Using docker compose
3939

4040
Ensure that you have Docker and Docker Compose installed on your system
4141
For installation instructions refer: [Get Docker | Docker
@@ -47,7 +47,7 @@ Documentation](https://docs.docker.com/get-docker/)
4747
Start Django server (backed by PostgreSQL server ) at
4848
[127.0.0.1:8000](http://127.0.0.1:8000/):
4949
```sh
50-
docker-compose up
50+
docker compose up
5151
```
5252

5353

@@ -93,7 +93,7 @@ Examples:
9393

9494
### Using Pipenv
9595

96-
NOTE: The prefered method is [Using Docker-Compose](#using-docker-compose).
96+
NOTE: The prefered method is [Using docker compose](#using-docker-compose).
9797

9898
To follow these instructions, Python 3 and
9999
[Pipenv](https://pipenv.pypa.io/en/latest/) are required.

0 commit comments

Comments
 (0)