File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ cp .env.template .env
35
35
```
36
36
37
37
38
- ### Using Docker-Compose
38
+ ### Using docker compose
39
39
40
40
Ensure that you have Docker and Docker Compose installed on your system
41
41
For installation instructions refer: [ Get Docker | Docker
@@ -47,7 +47,7 @@ Documentation](https://docs.docker.com/get-docker/)
47
47
Start Django server (backed by PostgreSQL server ) at
48
48
[ 127.0.0.1:8000] ( http://127.0.0.1:8000/ ) :
49
49
``` sh
50
- docker- compose up
50
+ docker compose up
51
51
```
52
52
53
53
@@ -93,7 +93,7 @@ Examples:
93
93
94
94
# ## Using Pipenv
95
95
96
- NOTE: The prefered method is [Using Docker-Compose ](# using-docker-compose).
96
+ NOTE: The prefered method is [Using docker compose ](# using-docker-compose).
97
97
98
98
To follow these instructions, Python 3 and
99
99
[Pipenv](https://pipenv.pypa.io/en/latest/) are required.
You can’t perform that action at this time.
0 commit comments